mirror of
https://github.com/typemill/typemill.git
synced 2025-01-16 21:08:20 +01:00
Reorder languages list
Now it's sorted by english names A-->Z
This commit is contained in:
parent
7b6b0cc1b3
commit
0314be7bae
@ -1090,12 +1090,12 @@ class ControllerSettings extends ControllerShared
|
||||
private function getLanguages()
|
||||
{
|
||||
return array(
|
||||
'en' => 'English',
|
||||
'ru' => 'Russian',
|
||||
'nl' => 'Dutch, Flemish',
|
||||
'en' => 'English',
|
||||
'fr' => 'French',
|
||||
'de' => 'German',
|
||||
'it' => 'Italian',
|
||||
'fr' => 'French',
|
||||
'ru' => 'Russian',
|
||||
);
|
||||
}
|
||||
|
||||
@ -1227,4 +1227,4 @@ class ControllerSettings extends ControllerShared
|
||||
return $userInput;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user