From 644b2b7eb21e6348c814af7d438975db35c847b2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 5 Apr 2013 01:34:05 +0300 Subject: add Turkish language. --- src/gui/setup_theme.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/setup_theme.cpp') diff --git a/src/gui/setup_theme.cpp b/src/gui/setup_theme.cpp index 9c618473e..d95dc368a 100644 --- a/src/gui/setup_theme.cpp +++ b/src/gui/setup_theme.cpp @@ -120,7 +120,7 @@ struct Language final std::string icon; }; -const int langs_count = 16; +const int langs_count = 17; const Language LANG_NAME[langs_count] = { @@ -139,7 +139,8 @@ const Language LANG_NAME[langs_count] = {N_("Portuguese"), "pt_PT", "pt.png"}, {N_("Portuguese (Brazilian)"), "pt_BR", "pt_BR.png"}, {N_("Russian"), "ru_RU", "ru.png"}, - {N_("Spanish (Castilian)"), "es_ES", "es.png"} + {N_("Spanish (Castilian)"), "es_ES", "es.png"}, + {N_("Turkish"), "tr_TR", "tr.png"} }; class LangListModel final : public ExtendedListModel -- cgit v1.2.3-70-g09d2