Merge pull request #1608 from CatimaLoyalty/create-pull-request/patch-1698425469

Update locales
This commit is contained in:
Sylvia van Os
2023-10-27 18:54:07 +02:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ android {
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
resourceConfigurations += listOf("ar", "bg", "bn", "bn-rIN", "bs", "cs", "da", "de", "el-rGR", "en", "eo", "es", "es-rAR", "fi", "fr", "he-rIL", "hi", "hr", "hu", "in-rID", "is", "it", "ja", "ko", "lt", "lv", "nb-rNO", "nl", "oc", "pl", "pt", "ro-rRO", "ru", "sk", "sl", "sv", "tr", "uk", "vi", "zh-rTW", "zh-rCN")
resourceConfigurations += listOf("ar", "bg", "bn", "bn-rIN", "bs", "cs", "da", "de", "el-rGR", "en", "eo", "es", "es-rAR", "fi", "fr", "he-rIL", "hi", "hr", "hu", "in-rID", "is", "it", "ja", "ko", "lt", "lv", "nb-rNO", "nl", "oc", "pl", "pt", "ro-rRO", "ru", "sk", "sl", "sv", "tr", "uk", "vi", "zh-rCN", "zh-rTW")
}
buildTypes {

View File

@@ -97,6 +97,7 @@
<item>lt</item>
<item>lv</item>
<!-- <item>ml</item> -->
<!-- <item>mr</item> -->
<item>nb-rNO</item>
<item>nl</item>
<item>oc</item>
@@ -110,8 +111,8 @@
<item>tr</item>
<item>uk</item>
<item>vi</item>
<item>zh-rTW</item>
<item>zh-rCN</item>
<item>zh-rTW</item>
</string-array>
<string-array name="card_orientation_values">

View File

@@ -39,6 +39,6 @@
<locale android:name="tr" />
<locale android:name="uk" />
<locale android:name="vi" />
<locale android:name="zh-TW" />
<locale android:name="zh-CN" />
<locale android:name="zh-TW" />
</locale-config>