Skip to content

Commit

Permalink
Updated locale config
Browse files Browse the repository at this point in the history
  • Loading branch information
OmGodse committed Dec 17, 2023
1 parent c4489d5 commit c45cb03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
targetSdk 33
versionCode 50
versionName "5.5"
resConfigs 'en', 'ca', 'cs', 'da', 'de', 'el', 'es', 'fr', 'hu', 'in', 'it', 'ja', 'nb', 'nl', 'nn', 'pl', 'pt-rBR', 'pt-rPT', 'ru', 'sk', 'sv', 'tl', 'tr', 'uk', 'vi', 'zh-rCN'
resConfigs 'en', 'ca', 'cs', 'da', 'de', 'el', 'es', 'fr', 'hu', 'in', 'it', 'ja', 'my', 'nb', 'nl', 'nn', 'pl', 'pt-rBR', 'pt-rPT', 'ro', 'ru', 'sk', 'sv', 'tl', 'tr', 'uk', 'vi', 'zh-rCN'
vectorDrawables.generatedDensities = []
}

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/xml/locales.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
<locale android:name="in" />
<locale android:name="it" />
<locale android:name="ja" />
<locale android:name="my" />
<locale android:name="nb" />
<locale android:name="nl" />
<locale android:name="nn" />
<locale android:name="pl" />
<locale android:name="pt-rBR" />
<locale android:name="pt-rPT" />
<locale android:name="ro" />
<locale android:name="ru" />
<locale android:name="sk" />
<locale android:name="sv" />
Expand Down

0 comments on commit c45cb03

Please sign in to comment.