add all langs & rm empty ones

This commit is contained in:
FC Stegerman
2023-09-05 02:42:30 +02:00
parent 025be0e5e3
commit e8c2e6ecd0
6 changed files with 5 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ android {
vectorDrawables.useSupportLibrary true
multiDexEnabled true
resourceConfigurations += ["ar", "bg", "bn", "bn-rIN", "bs", "ca", "cs", "cy", "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"]
resourceConfigurations += ["ar", "ast", "bg", "bn", "bn-rIN", "bs", "ca", "cs", "cy", "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"]
}
buildTypes {

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>

View File

@@ -61,6 +61,7 @@
<string-array name="locale_values">
<item />
<item>ar</item>
<item>ast</item>
<item>bg</item>
<item>bn</item>
<item>bn-rIN</item>
@@ -86,6 +87,7 @@
<item>it</item>
<item>ja</item>
<item>ko</item>
<item>lb</item>
<item>lt</item>
<item>lv</item>
<item>nb-rNO</item>

View File

@@ -2,6 +2,7 @@
<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" />
@@ -26,6 +27,7 @@
<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" />