Kaynağa Gözat

Merge pull request #13772 from nextcloud/bugfix/noid/show-default-locale

Show proper default locale
tags/v16.0.0alpha1
Roeland Jago Douma 5 yıl önce
ebeveyn
işleme
6b48e13371
No account linked to committer's email address

+ 1
- 1
lib/private/Settings/Personal/PersonalInfo.php Dosyayı Görüntüle

@@ -227,7 +227,7 @@ class PersonalInfo implements ISettings {

$uid = $user->getUID();

$userLocaleString = $this->config->getUserValue($uid, 'core', 'locale', 'en_US');
$userLocaleString = $this->config->getUserValue($uid, 'core', 'locale', $this->l10nFactory->findLocale());

$userLang = $this->config->getUserValue($uid, 'core', 'lang', $this->l10nFactory->findLanguage());


Loading…
İptal
Kaydet