Skip to content

Commit

Permalink
Correct locales configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Jun 19, 2023
1 parent 552e8a3 commit dbf132b
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 1 deletion.
18 changes: 17 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,23 @@ android {

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

resourceConfigurations += ['bg', 'bs', 'cs', 'de', 'el', 'fi', 'fr', 'hr', 'mk', 'nl', 'nn', 'ru', 'sr', 'tr']
resourceConfigurations += [
'bg',
'bs',
'cs',
'de',
'el',
'en',
'fi',
'fr',
'hr',
'mk',
'nb',
'nl',
'ru',
'sr',
'tr'
]
}

buildTypes {
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-->

<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="bg" />
<locale android:name="bs" />
<locale android:name="cs" />
<locale android:name="de" />
Expand All @@ -28,6 +29,7 @@
<locale android:name="fr" />
<locale android:name="hr" />
<locale android:name="mk" />
<locale android:name="nb" />
<locale android:name="nl" />
<locale android:name="ru" />
<locale android:name="sr" />
Expand Down

0 comments on commit dbf132b

Please sign in to comment.