Skip to content

Commit

Permalink
Merge pull request #351 from mjaakko/enable_dutch_translation
Browse files Browse the repository at this point in the history
Enable Dutch translation
  • Loading branch information
mjaakko authored Dec 14, 2024
2 parents df806dd + 84c19d6 commit c166771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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(",") + "\"")
Expand Down

0 comments on commit c166771

Please sign in to comment.