use [GB] and [US] in language list,
to avoid the clash with the "<native-name> (<transliteration>)" convention
This commit is contained in:
parent
4568cd1180
commit
dfc0aab4e9
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ language_def known_languages[] = {
|
|||
language_def("de_DE", "Deutsch"),
|
||||
language_def("el_GR", "Ελληνικά (Ellinika)"),
|
||||
language_def("et_EE", "Eesti"),
|
||||
language_def("en_GB", "English (GB)"),
|
||||
language_def("C", "English (US)"),
|
||||
language_def("en_GB", "English [GB]"),
|
||||
language_def("C", "English [US]"),
|
||||
language_def("es_ES", "Español"),
|
||||
language_def("eu_ES", "Euskera"),
|
||||
language_def("fr_FR", "Français"),
|
||||
|
|
Loading…
Add table
Reference in a new issue