diff --git a/app/build.gradle b/app/build.gradle index e08653ce..3dd4e757 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ android { } //Configure supported languages here to avoid including incomplete translations in the releases - resourceConfigurations += ['en', 'cs', 'fi', 'fr-rFR', 'de-rDE', 'it', 'nb-rNO', 'pt', 'pt-rBR', 'zh-rCN'] + resourceConfigurations += ['en', 'cs', 'fi', 'fr-rFR', 'de-rDE', 'it', 'nb-rNO', 'nl', 'pt', 'pt-rBR', 'zh-rCN'] //Add supported locales to a build config field for the language picker UI buildConfigField("String", "SUPPORTED_LOCALES", "\"" + resourceConfigurations.join(",") + "\"")