Language chooser fixes

- Change order of module loading so that every string is localized
- Fix changing the language to English
This commit is contained in:
Paulo Matias
2014-01-18 20:04:14 -02:00
parent 2e558745cf
commit a7af79d3c8
2 changed files with 14 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ function Language:getLangMenuTable()
text = _("Language"),
-- NOTE: language with no translation are commented out for now
sub_item_table = {
self:genLanguageSubItem("English", ""),
self:genLanguageSubItem("English", "C"),
self:genLanguageSubItem("čeština", "cs_CZ"),
self:genLanguageSubItem("Deutsch", "de"),
self:genLanguageSubItem("français", "fr"),