fixed sorting
This commit is contained in:
parent
860f34f507
commit
7532301fba
|
@ -5,26 +5,27 @@
|
||||||
# Each line consists of a ":"-seperated entry. The first part is the locale name,
|
# Each line consists of a ":"-seperated entry. The first part is the locale name,
|
||||||
# the second is the character encoding and the third the language name.
|
# the second is the character encoding and the third the language name.
|
||||||
|
|
||||||
|
# Catalan
|
||||||
|
ca_ES.utf8:UTF-8:Català (Catalunya)
|
||||||
|
|
||||||
|
# German
|
||||||
|
de_DE.utf8:UTF-8:Deutsch (Deutschland)
|
||||||
|
|
||||||
# English
|
# English
|
||||||
en_GB.utf8:UTF-8:English (Great Britain)
|
en_GB.utf8:UTF-8:English (Great Britain)
|
||||||
|
|
||||||
# Spanish
|
# Spanish
|
||||||
es_ES.utf8:UTF-8:Español (España)
|
es_ES.utf8:UTF-8:Español (España)
|
||||||
|
|
||||||
# Catalan
|
|
||||||
ca_ES.utf8:UTF-8:Català (Catalunya)
|
|
||||||
|
|
||||||
# French
|
# French
|
||||||
fr_FR.utf8:UTF-8:Français (France)
|
fr_FR.utf8:UTF-8:Français (France)
|
||||||
|
|
||||||
# German
|
|
||||||
de_DE.utf8:UTF-8:Deutsch (Deutschland)
|
|
||||||
|
|
||||||
# Hungarian
|
|
||||||
hu_HU.utf8:UTF-8:Magyar (Magyarország)
|
|
||||||
|
|
||||||
# Italian
|
# Italian
|
||||||
it_IT.utf8:UTF-8:Italiano (Italia)
|
it_IT.utf8:UTF-8:Italiano (Italia)
|
||||||
|
|
||||||
|
# Hungarian
|
||||||
|
hu_HU.utf8:UTF-8:Magyar (Magyarország)
|
||||||
|
|
||||||
# Japanese
|
# Japanese
|
||||||
ja_JP.utf8:UTF-8:日本語 (日本)
|
ja_JP.utf8:UTF-8:日本語 (日本)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue