Skip to content

Commit 00052f6

Browse files
Merge pull request #2478 from CatimaLoyalty/create-pull-request/patch-1745784188
Update locales
2 parents 167ce12 + 70f90bb commit 00052f6

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
@@ -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", "pt-rBR", "pt-rPT", "ro-rRO", "ru", "sk", "sl", "sr", "sv", "ta", "tr", "uk", "vi", "zh-rCN", "zh-rTW")
31+
resourceConfigurations += listOf("ar", "be", "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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<item />
102102
<item>ar</item>
103103
<!-- <item>ast</item> -->
104-
<!-- <item>be</item> -->
104+
<item>be</item>
105105
<item>bg</item>
106106
<item>bn</item>
107107
<item>bn-rIN</item>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
33
<locale android:name="en-US" />
44
<locale android:name="ar" />
5+
<locale android:name="be" />
56
<locale android:name="bg" />
67
<locale android:name="bn" />
78
<locale android:name="bn-IN" />

0 commit comments

Comments
 (0)