Skip to content

Commit

Permalink
Add supported languages to app language list (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmanak authored Jul 3, 2023
1 parent 9e56efa commit 2bc2bb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
versionName = "0.3.13"
testInstrumentationRunner = "gq.kirmanak.mealient.MealientTestRunner"
testInstrumentationRunnerArguments += mapOf("clearPackageData" to "true")
resourceConfigurations += listOf("en", "es", "ru")
resourceConfigurations += listOf("en", "es", "ru", "fr", "nl", "pt", "de")
}

signingConfigs {
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
<locale android:name="en-US" />
<locale android:name="es" />
<locale android:name="ru" />
<locale android:name="nl" />
<locale android:name="de" />
<locale android:name="fr" />
<locale android:name="pt-PT" />
</locale-config>

0 comments on commit 2bc2bb7

Please sign in to comment.