summaryrefslogtreecommitdiff
path: root/src/gui/setup_theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-11-29 18:34:59 +0300
committerAndrei Karas <akaras@inbox.ru>2011-11-29 18:42:06 +0300
commit8871ef8ba38a11213de3cc7f35f5f9f0f3000dc0 (patch)
treedf777b660d244edd3d45cd90010a1e31e57f3fc9 /src/gui/setup_theme.cpp
parenta7f59172b83910f9e2dc17c116f70530f46cf6a1 (diff)
downloadplus-8871ef8ba38a11213de3cc7f35f5f9f0f3000dc0.tar.gz
plus-8871ef8ba38a11213de3cc7f35f5f9f0f3000dc0.tar.bz2
plus-8871ef8ba38a11213de3cc7f35f5f9f0f3000dc0.tar.xz
plus-8871ef8ba38a11213de3cc7f35f5f9f0f3000dc0.zip
Update fr and pl (Derpella) translations.
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"},