mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Update personal.php
This commit is contained in:
parent
0f792fedef
commit
deb05a9f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ foreach($languageCodes as $lang) {
|
|||
if($l->getLanguageCode() === $lang && substr($potentialName, 0, 1) !== '_') {//first check if the language name is in the translation file
|
||||
$ln = array('code' => $lang, 'name' => $potentialName);
|
||||
} elseif ($lang === 'en') {
|
||||
$ln = ['code' => $lang, 'name' => 'English'];
|
||||
$ln = ['code' => $lang, 'name' => 'English (US)'];
|
||||
}else{//fallback to language code
|
||||
$ln=array('code'=>$lang, 'name'=>$lang);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue