forked from I2P_Developers/i2p.i2p
* Translation updates from Transifex
- French, Portugeuse, Russian, Spanish, and Turkish updates from Transifex - Start of Romanian translation from Transifex - Update English POs for sending to TX * Debian: Update changelog
This commit is contained in:
@ -74,15 +74,15 @@ public class ConfigUIHelper extends HelperBase {
|
||||
* added to the top-level build.xml for the updater.
|
||||
*/
|
||||
private static final String langs[] = {"ar", "cs", "da", "de", "et", "el", "en", "es", "fi",
|
||||
"fr", "hu", "it", "nb", "nl", "pl", "pt", "ru",
|
||||
"fr", "hu", "it", "nb", "nl", "pl", "pt", "ro", "ru",
|
||||
"sv", "tr", "uk", "vi", "zh"};
|
||||
private static final String flags[] = {"lang_ar", "cz", "dk", "de", "ee", "gr", "us", "es", "fi",
|
||||
"fr", "hu", "it", "nl", "no", "pl", "pt", "ru",
|
||||
"fr", "hu", "it", "nl", "no", "pl", "pt", "ro", "ru",
|
||||
"se", "tr", "ua", "vn", "cn"};
|
||||
private static final String xlangs[] = {_x("Arabic"), _x("Czech"), _x("Danish"),
|
||||
_x("German"), _x("Estonian"), _x("Greek"), _x("English"), _x("Spanish"), _x("Finnish"),
|
||||
_x("French"), _x("Hungarian"), _x("Italian"), _x("Dutch"), _x("Norwegian Bokmaal"), _x("Polish"),
|
||||
_x("Portuguese"), _x("Russian"), _x("Swedish"),
|
||||
_x("Portuguese"), _x("Romanian"), _x("Russian"), _x("Swedish"),
|
||||
_x("Turkish"), _x("Ukrainian"), _x("Vietnamese"), _x("Chinese")};
|
||||
|
||||
/** todo sort by translated string */
|
||||
|
Reference in New Issue
Block a user