Skip to content

Commit

Permalink
build.gradle: add complete list of translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jul 3, 2023
1 parent a79b12d commit c4b634b
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 @@ -12,7 +12,7 @@ android {
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
resConfigs "en", "es", "fr", "pt-rBR", "ru", "uk", "zh"
resConfigs "de", "en", "es", "fr", "nb-rNO", "pt-rBR", "ru", "uk", "zh"
}
buildTypes {
release {
Expand Down

0 comments on commit c4b634b

Please sign in to comment.