nextcloud/server

Show active locale or language when either are forced rather than misleading `No locale set`

Offen

#41.543 geöffnet am 16.11.2023

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PHP (4.865 Forks)batch import
1. to developenhancementfeature: language/translations (l10n/i18n)feature: settingsgood first issuejavascript

Repository-Metriken

Stars
 (34.953 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I've found that in case the local and/or language are forcedly selected the user profile shows not selected option, but not defined option. So, in config.php

force_local = > uk_UA
force_language => UK

Observe that the language and locale in profile are defined as The language is not defined

image

Instead of it should be defined as Ukrainian.

Contributor Guide