diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-04 15:11:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-04 15:11:32 +0300 |
commit | 6ae88a8640726110fb03f19e96a302d8126ce94f (patch) | |
tree | 1c9f2c1d789e917de36735f7f99336d6599d6a8a /src/gui/setup_theme.cpp | |
parent | 717356ac4ec989d601919d9f932692982594513a (diff) | |
download | plus-6ae88a8640726110fb03f19e96a302d8126ce94f.tar.gz plus-6ae88a8640726110fb03f19e96a302d8126ce94f.tar.bz2 plus-6ae88a8640726110fb03f19e96a302d8126ce94f.tar.xz plus-6ae88a8640726110fb03f19e96a302d8126ce94f.zip |
update and rebuild translations.
Diffstat (limited to 'src/gui/setup_theme.cpp')
-rw-r--r-- | src/gui/setup_theme.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/setup_theme.cpp b/src/gui/setup_theme.cpp index 8302c5de4..e9d392134 100644 --- a/src/gui/setup_theme.cpp +++ b/src/gui/setup_theme.cpp @@ -119,7 +119,7 @@ struct Language std::string value; }; -const int langs_count = 15; +const int langs_count = 16; const Language LANG_NAME[langs_count] = { @@ -131,6 +131,7 @@ const Language LANG_NAME[langs_count] = {N_("French"), "fr_FR"}, {N_("German"), "de_DE"}, {N_("Indonesian"), "id_ID"}, + {N_("Italian"), "it_IT"}, {N_("Polish"), "pl_PL"}, {N_("Japanese"), "ja_JP.utf8"}, {N_("Dutch (Belgium/Flemish)"), "nl_BE"}, |