disable ast & lb again

This commit is contained in:
FC Stegerman
2023-09-07 23:39:19 +02:00
parent 1367e29bd4
commit 704a420e5e
3 changed files with 3 additions and 5 deletions

View File

@@ -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 {

View File

@@ -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>

View File

@@ -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" />