From 2bc2bb76e4eedf7f5cbbc3a3ac015dc061b2ea23 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Mon, 3 Jul 2023 15:50:00 +0200 Subject: [PATCH] Add supported languages to app language list (#158) --- app/build.gradle.kts | 2 +- app/src/main/res/xml/locales_config.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e1a5003..386d06c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 { diff --git a/app/src/main/res/xml/locales_config.xml b/app/src/main/res/xml/locales_config.xml index 0aa2538..75e89bc 100644 --- a/app/src/main/res/xml/locales_config.xml +++ b/app/src/main/res/xml/locales_config.xml @@ -3,4 +3,8 @@ + + + + \ No newline at end of file