Skip to content

Commit

Permalink
Merge pull request #1642 from obfusk/fix-pt
Browse files Browse the repository at this point in the history
fixes for pt -> pt-rPT
  • Loading branch information
TheLastProject authored Nov 21, 2023
2 parents c2383fb + 65ab148 commit ee12482
Show file tree
Hide file tree
Showing 3 changed files with 3 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-rCN", "zh-rTW")
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-rPT", "ro-rRO", "ru", "sk", "sl", "sv", "tr", "uk", "vi", "zh-rCN", "zh-rTW")
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<item>nl</item>
<item>oc</item>
<item>pl</item>
<item>pt</item>
<item>pt-rPT</item>
<item>ro-rRO</item>
<item>ru</item>
<item>sk</item>
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 @@ -30,7 +30,7 @@
<locale android:name="nl" />
<locale android:name="oc" />
<locale android:name="pl" />
<locale android:name="pt" />
<locale android:name="pt-PT" />
<locale android:name="ro-RO" />
<locale android:name="ru" />
<locale android:name="sk" />
Expand Down

0 comments on commit ee12482

Please sign in to comment.