summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-07-08 22:21:20 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-08 22:21:20 +0200
commit957bca575c867b096722f7360e7cac3b90978736 (patch)
tree5a2d57b2da5ca53f509ef57e84b5695f1fa9d01d /src
parent98ed02021bb7cc64729e919553d937d3f28fccf9 (diff)
Support sl_SI (Slovenian) translation.
Diffstat (limited to 'src')
-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 ae045d636..bae2050af 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 europeu", "pt_PT"));
languages.push_back (make_pair("Português do Brasil", "pt_BR"));
languages.push_back (make_pair("Svenska", "sv_SE"));
+ languages.push_back (make_pair("Slovenščina", "sl_SI"));
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"));