Skip to content

Commit

Permalink
Update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject authored Oct 27, 2023
1 parent e76c821 commit e364332
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true

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

buildTypes {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<item>lt</item>
<item>lv</item>
<!-- <item>ml</item> -->
<!-- <item>mr</item> -->
<item>nb-rNO</item>
<item>nl</item>
<item>oc</item>
Expand All @@ -110,8 +111,8 @@
<item>tr</item>
<item>uk</item>
<item>vi</item>
<item>zh-rTW</item>
<item>zh-rCN</item>
<item>zh-rTW</item>
</string-array>

<string-array name="card_orientation_values">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
<locale android:name="tr" />
<locale android:name="uk" />
<locale android:name="vi" />
<locale android:name="zh-TW" />
<locale android:name="zh-CN" />
<locale android:name="zh-TW" />
</locale-config>

0 comments on commit e364332

Please sign in to comment.