summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-02-11 00:09:17 +0100
committerCarl Hetherington <cth@carlh.net>2025-02-11 00:09:51 +0100
commit5b0eab7ce7020a3614aca93420e5138a158001cc (patch)
treeb43259ebd8fabb70aa69d8ba15be943ee79c6893 /src/wx/config_dialog.cc
parent4b3ad4386a14858d1e8edb54f5abc52cd92602d6 (diff)
Revert "Add stubs for Georgian (ka_KA) language support."
This reverts commit b5cecdd0ee7c75388d95e2f987538fe88c23893a. I added this for somebody but no apparently translations were ever forthcoming, so remove it again.
Diffstat (limited to 'src/wx/config_dialog.cc')
-rw-r--r--src/wx/config_dialog.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc
index 2805f73cf..0022ee4f0 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -134,7 +134,6 @@ GeneralPage::add_language_controls (wxGridBagSizer* table, int& r)
languages.push_back (make_pair("فارسی", "fa_IR"));
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"));