I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 8375e912 authored by kytv's avatar kytv
Browse files

enable Hungarian in another spot

parent 53fbece6
No related branches found
No related tags found
No related merge requests found
...@@ -54,14 +54,14 @@ public class ConfigUIHelper extends HelperBase { ...@@ -54,14 +54,14 @@ public class ConfigUIHelper extends HelperBase {
* added to the top-level build.xml for the updater. * added to the top-level build.xml for the updater.
*/ */
private static final String langs[] = {"ar", "cs", "da", "de", "ee", "en", "es", "fi", private static final String langs[] = {"ar", "cs", "da", "de", "ee", "en", "es", "fi",
"fr", "it", "nl", "pl", "pt", "ru", "fr", "hu", "it", "nl", "pl", "pt", "ru",
"sv", "uk", "vi", "zh"}; "sv", "uk", "vi", "zh"};
private static final String flags[] = {"lang_ar", "cz", "dk", "de", "ee", "us", "es", "fi", private static final String flags[] = {"lang_ar", "cz", "dk", "de", "ee", "us", "es", "fi",
"fr", "it", "nl", "pl", "pt", "ru", "fr", "hu", "it", "nl", "pl", "pt", "ru",
"se", "ua", "vn", "cn"}; "se", "ua", "vn", "cn"};
private static final String xlangs[] = {_x("Arabic"), _x("Czech"), _x("Danish"), private static final String xlangs[] = {_x("Arabic"), _x("Czech"), _x("Danish"),
_x("German"), _x("Estonian"), _x("English"), _x("Spanish"), _x("Finnish"), _x("German"), _x("Estonian"), _x("English"), _x("Spanish"), _x("Finnish"),
_x("French"), _x("Italian"), _x("Dutch"), _x("Polish"), _x("French"), _X("Hungarian"), _x("Italian"), _x("Dutch"), _x("Polish"),
_x("Portuguese"), _x("Russian"), _x("Swedish"), _x("Portuguese"), _x("Russian"), _x("Swedish"),
_x("Ukrainian"), _x("Vietnamese"), _x("Chinese")}; _x("Ukrainian"), _x("Vietnamese"), _x("Chinese")};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment