forked from I2P_Developers/i2p.i2p
enable Hungarian in another spot
This commit is contained in:
@ -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")};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user