summaryrefslogtreecommitdiff
path: root/src/gui/setup_theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_theme.cpp')
-rw-r--r--src/gui/setup_theme.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/setup_theme.cpp b/src/gui/setup_theme.cpp
index 3b1c1d932..67936f698 100644
--- a/src/gui/setup_theme.cpp
+++ b/src/gui/setup_theme.cpp
@@ -138,7 +138,7 @@ struct Language
std::string value;
};
-const int langs_count = 14;
+const int langs_count = 15;
const Language LANG_NAME[langs_count] =
{
@@ -150,6 +150,7 @@ const Language LANG_NAME[langs_count] =
{N_("French"), "fr_FR"},
{N_("German"), "de_DE"},
{N_("Indonesian"), "id_ID"},
+ {N_("Polish"), "pl_PL"},
{N_("Japanese"), "ja_JP.utf8"},
{N_("Dutch (Belgium/Flemish)"), "nl_BE"},
{N_("Portuguese"), "pt_PT"},