summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-27 10:39:39 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-27 10:39:39 +0000
commitd5804f33fbd01d104ed2b04400992ef32b81cf49 (patch)
tree7cf8555e6dd214f8e612186dcc25b7b645f8b64f /src/wx/config_dialog.cc
parent630d019c3a143cdeedcfbb04e585bf2d90f8273e (diff)
Beginnings of tr_TR translation from Gökhan Aksoy.
Diffstat (limited to 'src/wx/config_dialog.cc')
-rw-r--r--src/wx/config_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc
index 0a7e45221..56456c3a7 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -134,6 +134,7 @@ GeneralPage::add_language_controls (wxGridBagSizer* table, int& r)
languages.push_back (make_pair ("Português do Brasil", "pt_BR"));
languages.push_back (make_pair ("Svenska", "sv_SE"));
languages.push_back (make_pair ("Slovenský jazyk", "sk_SK"));
+ languages.push_back (make_pair ("Türkçe", "tr_TR"));
languages.push_back (make_pair ("українська мова", "uk_UA"));
checked_set (_language, languages);
table->Add (_language, wxGBPosition (r, 1));