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

@ -27,7 +27,7 @@ public class ConfigUIHelper {
* Country flag unused. * Country flag unused.
*/ */
private static final String langs[][] = { private static final String langs[][] = {
{ "ar", "lang_ar", "Arabic ﻉﺮﺒﻳﺓ", null }, { "ar", "lang_ar", "Arabic عربية", null },
{ "az", "az", "Azerbaijani", null }, { "az", "az", "Azerbaijani", null },
{ "cs", "cz", "Čeština", null }, { "cs", "cz", "Čeština", null },
{ "zh", "cn", "Chinese 中文", null }, { "zh", "cn", "Chinese 中文", null },

View File

@ -119,8 +119,10 @@ public class ConfigUIHelper extends HelperBase {
// New lang_xx flags: Add to top-level build.xml // New lang_xx flags: Add to top-level build.xml
// Names must be 18 chars or less (including country if specified) // Names must be 18 chars or less (including country if specified)
// //
// NOTE: flag field now unused, flags are not displayed
//
{ "en", "us", "English", null }, { "en", "us", "English", null },
{ "ar", "lang_ar", "Arabic ﻉﺮﺒﻳﺓ", null }, { "ar", "lang_ar", "Arabic عربية", null },
{ "az", "az", "Azerbaijani", null }, { "az", "az", "Azerbaijani", null },
{ "cs", "cz", "Čeština", null }, { "cs", "cz", "Čeština", null },
{ "zh", "cn", "Chinese 中文", null }, { "zh", "cn", "Chinese 中文", null },

View File

@ -12,7 +12,7 @@
<div class="langbar"> <div class="langbar">
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a> <a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
<a href="index_ar.html"><img src="lib/lang_ar.png" title="ﻉﺮﺒﻳﺓ" alt="ﻉﺮﺒﻳﺓ"></a> <a href="index_ar.html"><img src="lib/lang_ar.png" title="عربية" alt="عربية"></a>
<a href="index_az.html"><img src="lib/az.png" title="Azerbaijani" alt="Azerbaijani"></a> <a href="index_az.html"><img src="lib/az.png" title="Azerbaijani" alt="Azerbaijani"></a>
<a href="index_zh.html"><img src="lib/cn.png" title="中文" alt="中文"></a> <a href="index_zh.html"><img src="lib/cn.png" title="中文" alt="中文"></a>
<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a> <a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a>