Skip to content

Commit c2ff763

Browse files
Merge pull request #2375 from CatimaLoyalty/create-pull-request/patch-1741191680
Update locales
2 parents 813287a + d66066c commit c2ff763

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
vectorDrawables.useSupportLibrary = true
2929
multiDexEnabled = true
3030

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

3333
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3434

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

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
<item>nl</item>
141141
<item>oc</item>
142142
<item>pl</item>
143+
<item>pt</item>
143144
<item>pt-rBR</item>
144145
<item>pt-rPT</item>
145146
<item>ro-rRO</item>

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

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<locale android:name="nl" />
3333
<locale android:name="oc" />
3434
<locale android:name="pl" />
35+
<locale android:name="pt" />
3536
<locale android:name="pt-BR" />
3637
<locale android:name="pt-PT" />
3738
<locale android:name="ro-RO" />

0 commit comments

Comments
 (0)