Skip to content

Commit

Permalink
[i18n] Enable Arabic and Esperanto (#5515)
Browse files Browse the repository at this point in the history
Unfortunately I missed that Arabic has had a few hundred translated strings for a couple of months now.

Cf. <#5359 (comment)>.
  • Loading branch information
Frenzie committed Oct 21, 2019
1 parent b8b6abe commit d1cd5e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/ui/language.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ local Language = {
ca = "Catalá",
cs_CZ = "Čeština",
de = "Deutsch",
eo = "Esperanto",
es = "Español",
eu = "Euskara",
fr = "Français",
Expand Down Expand Up @@ -82,6 +83,7 @@ function Language:getLangMenuTable()
self:genLanguageSubItem("ca"),
self:genLanguageSubItem("cs_CZ"),
self:genLanguageSubItem("de"),
self:genLanguageSubItem("eo"),
self:genLanguageSubItem("es"),
self:genLanguageSubItem("eu"),
self:genLanguageSubItem("fr"),
Expand All @@ -98,8 +100,8 @@ function Language:getLangMenuTable()
self:genLanguageSubItem("sv"),
self:genLanguageSubItem("vi"),
self:genLanguageSubItem("tr"),
--self:genLanguageSubItem("vi_VN"),
--self:genLanguageSubItem(""ar_AA"),
self:genLanguageSubItem("vi_VN"),
self:genLanguageSubItem("ar_AA"),
self:genLanguageSubItem("bg_BG"),
--self:genLanguageSubItem("bn"),
self:genLanguageSubItem("el"),
Expand Down

0 comments on commit d1cd5e7

Please sign in to comment.