forked from I2P_Developers/i2p.i2p
Revert the last check-in and correct my earlier addition of Czech.
The Czech language is CZ but the Czech country is CZ.
This commit is contained in:
@ -56,7 +56,7 @@ public class ConfigUIHelper extends HelperBase {
|
||||
private static final String langs[] = {"ar", "cs", "da", "de", "ee", "en", "es", "fi",
|
||||
"fr", "it", "nl", "pl", "pt", "ru",
|
||||
"sv", "uk", "vi", "zh"};
|
||||
private static final String flags[] = {"lang_ar", "cs", "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",
|
||||
"se", "ua", "vn", "cn"};
|
||||
private static final String xlangs[] = {_x("Arabic"), _x("Czech"), _x("Danish"),
|
||||
|
Reference in New Issue
Block a user