summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-08-26 21:05:29 +0200
committerCarl Hetherington <cth@carlh.net>2022-08-26 21:16:17 +0200
commitbc4ab3bf40f7f58f50ad9e10222c0e3c17d47e45 (patch)
tree518f12ae3d92f35b53dcffb6fd2dc44d9c27a058 /src/wx/config_dialog.cc
parentdf94adbf7373374aa1b01bfe5414c61e60ea5e26 (diff)
Template hu_HU translation.
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 ddf565180..7148fd173 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -138,6 +138,7 @@ GeneralPage::add_language_controls (wxGridBagSizer* table, int& r)
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"));
+ languages.push_back (make_pair("Magyar nyelv", "hu_HU"));
checked_set (_language, languages);
table->Add (_language, wxGBPosition (r, 1));
++r;