forked from I2P_Developers/i2p.i2p
Console, eepsite: Fix Arabic translation of 'Arabic' (ticket #2731)
This commit is contained in:
@ -119,8 +119,10 @@ public class ConfigUIHelper extends HelperBase {
|
||||
// New lang_xx flags: Add to top-level build.xml
|
||||
// Names must be 18 chars or less (including country if specified)
|
||||
//
|
||||
// NOTE: flag field now unused, flags are not displayed
|
||||
//
|
||||
{ "en", "us", "English", null },
|
||||
{ "ar", "lang_ar", "Arabic ﻉﺮﺒﻳﺓ", null },
|
||||
{ "ar", "lang_ar", "Arabic عربية", null },
|
||||
{ "az", "az", "Azerbaijani", null },
|
||||
{ "cs", "cz", "Čeština", null },
|
||||
{ "zh", "cn", "Chinese 中文", null },
|
||||
|
Reference in New Issue
Block a user