Console, eepsite: Fix Arabic translation of 'Arabic' (ticket #2731)

This commit is contained in:
zzz
2020-05-03 17:37:47 +00:00
parent a255a60944
commit f04526d83a
3 changed files with 5 additions and 3 deletions

View File

@ -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 },