Skip to content

Commit b3b45fc

Browse files
Merge pull request #2537 from CatimaLoyalty/create-pull-request/patch-1749113981
Update locales
2 parents c24ac94 + 3bf63b8 commit b3b45fc

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
@@ -23,7 +23,7 @@ android {
2323
vectorDrawables.useSupportLibrary = true
2424
multiDexEnabled = true
2525

26-
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")
26+
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")
2727

2828
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<item>es</item>
118118
<item>es-rAR</item>
119119
<item>et</item>
120-
<!-- <item>fa</item> -->
120+
<item>fa</item>
121121
<item>fi</item>
122122
<!-- <item>fil</item> -->
123123
<item>fr</item>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<locale android:name="es" />
1616
<locale android:name="es-AR" />
1717
<locale android:name="et" />
18+
<locale android:name="fa" />
1819
<locale android:name="fi" />
1920
<locale android:name="fr" />
2021
<locale android:name="gl" />

0 commit comments

Comments
 (0)