forked from organicmaps/organicmaps-tmp
[android] Enable Hebrew localization
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
7118b388f2
commit
96c71c2bd4
3 changed files with 3 additions and 2 deletions
|
@ -8,4 +8,4 @@ org.gradle.jvmargs=-Xmx1024m -Xms256m
|
|||
android.useAndroidX=true
|
||||
android.native.buildOutput=verbose
|
||||
# Autogenerated by tools/unix/generate_localizations.sh
|
||||
supportedLocalizations=ar,be,bg,ca,cs,da,de,el,en,en_GB,es,es_MX,et,eu,fa,fi,fr,fr_CA,he,hi,hu,id,in,it,ja,ko,mr,nb,nl,pl,pt,pt_BR,ro,ru,sk,sv,sw,th,tr,uk,vi,zh,zh_HK,zh_MO,zh_TW
|
||||
supportedLocalizations=ar,be,bg,ca,cs,da,de,el,en,en_GB,es,es_MX,et,eu,fa,fi,fr,fr_CA,iw,hi,hu,id,in,it,ja,ko,mr,nb,nl,pl,pt,pt_BR,ro,ru,sk,sv,sw,th,tr,uk,vi,zh,zh_HK,zh_MO,zh_TW
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<locale android:name="fi" />
|
||||
<locale android:name="fr" />
|
||||
<locale android:name="fr-CA" />
|
||||
<locale android:name="he" />
|
||||
<locale android:name="iw" />
|
||||
<locale android:name="hi" />
|
||||
<locale android:name="hu" />
|
||||
<locale android:name="id" />
|
||||
|
|
|
@ -73,6 +73,7 @@ SUPPORTED_LOCALIZATIONS="supportedLocalizations="$(sed -nEe "s/ +([a-zA-Z]{2}(-[
|
|||
# Chinese locales should correspond to Android codes.
|
||||
SUPPORTED_LOCALIZATIONS=${SUPPORTED_LOCALIZATIONS/zh_Hans/zh}
|
||||
SUPPORTED_LOCALIZATIONS=${SUPPORTED_LOCALIZATIONS/zh_Hant/zh_HK,zh_MO,zh_TW}
|
||||
SUPPORTED_LOCALIZATIONS=${SUPPORTED_LOCALIZATIONS/he/iw}
|
||||
GRADLE_PROPERTIES="$OMIM_PATH/android/gradle.properties"
|
||||
if [ "$SUPPORTED_LOCALIZATIONS" != "$(grep supportedLocalizations "$GRADLE_PROPERTIES")" ]; then
|
||||
sed -i .bak 's/supportedLocalizations.*/'"$SUPPORTED_LOCALIZATIONS"'/' "$GRADLE_PROPERTIES"
|
||||
|
|
Loading…
Add table
Reference in a new issue