Merge pull request #1642 from obfusk/fix-pt

fixes for pt -> pt-rPT
This commit is contained in:
Sylvia van Os
2023-11-21 17:42:32 +01:00
committed by GitHub
3 changed files with 3 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-rCN", "zh-rTW")
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-rPT", "ro-rRO", "ru", "sk", "sl", "sv", "tr", "uk", "vi", "zh-rCN", "zh-rTW")
}
buildTypes {

View File

@@ -102,7 +102,7 @@
<item>nl</item>
<item>oc</item>
<item>pl</item>
<item>pt</item>
<item>pt-rPT</item>
<item>ro-rRO</item>
<item>ru</item>
<item>sk</item>

View File

@@ -30,7 +30,7 @@
<locale android:name="nl" />
<locale android:name="oc" />
<locale android:name="pl" />
<locale android:name="pt" />
<locale android:name="pt-PT" />
<locale android:name="ro-RO" />
<locale android:name="ru" />
<locale android:name="sk" />