Skip to content

Commit

Permalink
Merge pull request #3315 from CruGlobal/GT-2236-Bengali-Urdu
Browse files Browse the repository at this point in the history
GT-2236 add Bengali and Urdu to the list of app languages
  • Loading branch information
frett authored Jan 12, 2024
2 parents c333068 + 8f5c84e commit 8822015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ android {

resourceConfigurations += listOf(
"ar",
"bn",
"en",
"es",
"fr",
Expand All @@ -42,6 +43,7 @@ android {
"lv",
"pt",
"ru",
"ur",
"vi",
"zh-rCN",
"zh-rTW",
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="ar" />
<locale android:name="bn" />
<locale android:name="en" />
<locale android:name="es" />
<locale android:name="fr" />
Expand All @@ -9,6 +10,7 @@
<locale android:name="lv" />
<locale android:name="pt" />
<locale android:name="ru" />
<locale android:name="ur" />
<locale android:name="vi" />
<locale android:name="zh-Hans" />
<locale android:name="zh-Hant" />
Expand Down

0 comments on commit 8822015

Please sign in to comment.