forked from organicmaps/organicmaps-tmp
[android] Fix Bahasa localization
`id` code is deprecated, please use `in` instead. Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
58c46b1416
commit
8b4cb8d662
5 changed files with 5 additions and 3 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,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
|
||||
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,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
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
<string name="downloader_delete_map">Hapus Peta</string>
|
||||
<!-- Item in context menu. -->
|
||||
<string name="downloader_update_map">Perbarui Peta</string>
|
||||
<!-- Preference title -->
|
||||
<string name="google_play_services">Layanan Google Play</string>
|
||||
<!-- Preference text -->
|
||||
<string name="pref_use_google_play">Gunakan Layanan Google Play untuk mendapatkan lokasi Anda saat ini</string>
|
||||
<!-- Text for routing error dialog -->
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<locale android:name="iw" />
|
||||
<locale android:name="hi" />
|
||||
<locale android:name="hu" />
|
||||
<locale android:name="id" />
|
||||
<locale android:name="in" />
|
||||
<locale android:name="it" />
|
||||
<locale android:name="ja" />
|
||||
|
|
|
@ -6749,7 +6749,7 @@
|
|||
fr = Services Google Play
|
||||
hi = Google Play सेवाएं
|
||||
hu = Google Play-szolgáltatások
|
||||
in = Layanan Google Play
|
||||
id = Layanan Google Play
|
||||
ja = Google Play 開発者サービス
|
||||
ko = Google Play 서비스
|
||||
mr = Google Play सेवा
|
||||
|
|
|
@ -74,6 +74,7 @@ SUPPORTED_LOCALIZATIONS="supportedLocalizations="$(sed -nEe "s/ +([a-zA-Z]{2}(-[
|
|||
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}
|
||||
SUPPORTED_LOCALIZATIONS=${SUPPORTED_LOCALIZATIONS/id/in}
|
||||
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