mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-13 11:57:26 -04:00
disable ast & lb again
This commit is contained in:
@@ -25,7 +25,7 @@ android {
|
||||
vectorDrawables.useSupportLibrary true
|
||||
multiDexEnabled true
|
||||
|
||||
resourceConfigurations += ["ar", "ast", "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", "lb", "lt", "lv", "nb-rNO", "nl", "oc", "pl", "pt", "ro-rRO", "ru", "sk", "sl", "sv", "tr", "uk", "zh-rTW", "zh-rCN"]
|
||||
resourceConfigurations += ["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", "zh-rTW", "zh-rCN"]
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
<string-array name="locale_values">
|
||||
<item />
|
||||
<item>ar</item>
|
||||
<item>ast</item>
|
||||
<!-- <item>ast</item> -->
|
||||
<item>bg</item>
|
||||
<item>bn</item>
|
||||
<item>bn-rIN</item>
|
||||
@@ -92,7 +92,7 @@
|
||||
<item>it</item>
|
||||
<item>ja</item>
|
||||
<item>ko</item>
|
||||
<item>lb</item>
|
||||
<!-- <item>lb</item> -->
|
||||
<item>lt</item>
|
||||
<item>lv</item>
|
||||
<item>nb-rNO</item>
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<locale android:name="en-US" />
|
||||
<locale android:name="ar" />
|
||||
<locale android:name="ast" />
|
||||
<locale android:name="bg" />
|
||||
<locale android:name="bn" />
|
||||
<locale android:name="bn-IN" />
|
||||
@@ -25,7 +24,6 @@
|
||||
<locale android:name="it" />
|
||||
<locale android:name="ja" />
|
||||
<locale android:name="ko" />
|
||||
<locale android:name="lb" />
|
||||
<locale android:name="lt" />
|
||||
<locale android:name="lv" />
|
||||
<locale android:name="nb-NO" />
|
||||
|
||||
Reference in New Issue
Block a user