1
0
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:
Paul 2023-01-24 21:04:00 +03:00 committed by GitHub
parent 7b6b0cc1b3
commit 0314be7bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}