summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-07-24 00:01:22 +0200
committerCarl Hetherington <cth@carlh.net>2023-07-24 00:01:22 +0200
commitb5cecdd0ee7c75388d95e2f987538fe88c23893a (patch)
treeb782a7b5fa0a821138951ef67599b3c0f6261b14 /src/wx/config_dialog.cc
parent94bbba64c270c9365e7ecb7a00fc40f04f203421 (diff)
Add stubs for Georgian (ka_KA) language support.
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 9e79829ab..fdb7947da 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -129,6 +129,7 @@ GeneralPage::add_language_controls (wxGridBagSizer* table, int& r)
languages.push_back (make_pair("Español", "es_ES"));
languages.push_back (make_pair("Français", "fr_FR"));
languages.push_back (make_pair("Italiano", "it_IT"));
+ languages.push_back (make_pair("ქართული", "ka_KA"));
languages.push_back (make_pair("Nederlands", "nl_NL"));
languages.push_back (make_pair("Русский", "ru_RU"));
languages.push_back (make_pair("Polski", "pl_PL"));