forked from I2P_Developers/i2p.i2p
- Add Arabic
- A flag of for the Arabic language, including the four Pan-Arab colors. Note: This is the 1917 Arab revolt / Hashemite dynasty flag. Source: http://commons.wikimedia.org/wiki/File:Arabic-Language-Flag.svg License: I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. Converted to 16x11 png by zzz / gimp - revert ch flag old change
This commit is contained in:
@ -46,9 +46,10 @@ public class ConfigUIHelper extends HelperBase {
|
|||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final String langs[] = {"de", "en", "es", "fr", "nl", "pt", "ru", "sv", "zh"};
|
private static final String langs[] = {"ar", "de", "en", "es", "fr", "nl", "pt", "ru", "sv", "zh"};
|
||||||
private static final String flags[] = {"de", "us", "es", "fr", "nl", "pt", "ru", "se", "cn"};
|
private static final String flags[] = {"lang_ar", "de", "us", "es", "fr", "nl", "pt", "ru", "se", "cn"};
|
||||||
private static final String xlangs[] = {_x("German"), _x("English"), _x("Spanish"),_x("French"),
|
private static final String xlangs[] = {_x("Arabic"),
|
||||||
|
_x("German"), _x("English"), _x("Spanish"),_x("French"),
|
||||||
_x("Dutch"), _x("Portuguese"), _x("Russian"),
|
_x("Dutch"), _x("Portuguese"), _x("Russian"),
|
||||||
_x("Swedish"), _x("Chinese")};
|
_x("Swedish"), _x("Chinese")};
|
||||||
|
|
||||||
|
@ -561,6 +561,8 @@
|
|||||||
<copy todir="pkg-temp/docs/" >
|
<copy todir="pkg-temp/docs/" >
|
||||||
<fileset dir="installer/resources/readme/" includes="readme*.html" />
|
<fileset dir="installer/resources/readme/" includes="readme*.html" />
|
||||||
<fileset dir="installer/resources/proxy/" includes="*.ht" />
|
<fileset dir="installer/resources/proxy/" includes="*.ht" />
|
||||||
|
<!-- lang_ar.png added in 0.8.4 -->
|
||||||
|
<fileset dir="installer/resources/" includes="icons/flags/lang_ar.png" />
|
||||||
</copy>
|
</copy>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 435 B After Width: | Height: | Size: 347 B |
BIN
installer/resources/icons/flags/lang_ar.png
Normal file
BIN
installer/resources/icons/flags/lang_ar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 228 B |
Reference in New Issue
Block a user