Add supported languages to app language list (#158)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user