Skip to content

Commit f94dbcd

Browse files
Merge pull request #2928 from CatimaLoyalty/create-pull-request/patch-1767466175
Update locales
2 parents 22e9687 + 97a2ff7 commit f94dbcd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
vectorDrawables.useSupportLibrary = true
2626
multiDexEnabled = true
2727

28-
resourceConfigurations += listOf("ar", "be", "bg", "bn", "bn-rIN", "bs", "cs", "da", "de", "el-rGR", "en", "eo", "es", "es-rAR", "et", "fa", "fi", "fr", "gl", "he-rIL", "hi", "hr", "hu", "in-rID", "is", "it", "ja", "ko", "lt", "lv", "nb-rNO", "nl", "oc", "pl", "pt", "pt-rBR", "pt-rPT", "ro-rRO", "ru", "sk", "sl", "sr", "sv", "ta", "tr", "uk", "vi", "zh-rCN", "zh-rTW")
28+
resourceConfigurations += listOf("ar", "be", "bg", "bn", "bn-rIN", "bs", "cs", "da", "de", "el-rGR", "en", "eo", "es", "es-rAR", "et", "fa", "fi", "fr", "gl", "he-rIL", "hi", "hr", "hu", "in-rID", "is", "it", "ja", "ko", "lt", "lv", "nb-rNO", "nl", "oc", "peo", "pl", "pt", "pt-rBR", "pt-rPT", "ro-rRO", "ru", "sk", "sl", "sr", "sv", "ta", "tr", "uk", "vi", "zh-rCN", "zh-rTW")
2929

3030
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3131

app/src/main/res/values/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<item>nb-rNO</item>
9999
<item>nl</item>
100100
<item>oc</item>
101-
<!-- <item>peo</item> -->
101+
<item>peo</item>
102102
<item>pl</item>
103103
<item>pt</item>
104104
<item>pt-rBR</item>

app/src/main/res/xml/locales_config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<locale android:name="nb-NO" />
3434
<locale android:name="nl" />
3535
<locale android:name="oc" />
36+
<locale android:name="peo" />
3637
<locale android:name="pl" />
3738
<locale android:name="pt" />
3839
<locale android:name="pt-BR" />

0 commit comments

Comments
 (0)