Skip to content

Commit

Permalink
Enable Russian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaakko committed Jan 15, 2025
1 parent 7dd2592 commit 2c17e6f
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', 'hu', 'it', 'nb-rNO', 'nl', 'pt', 'pt-rBR', 'uk', 'zh-rCN']
resourceConfigurations += ['en', 'cs', 'fi', 'fr-rFR', 'de-rDE', 'hu', 'it', 'nb-rNO', 'nl', 'pt', 'pt-rBR', 'ru', 'uk', '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 2c17e6f

Please sign in to comment.