Skip to content

Commit

Permalink
feat: add Serbian (sr) locale and translations (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir authored Dec 22, 2024
1 parent 7449748 commit 5854f91
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ android {
defaultConfig {
// We have to list all translated languages here, because some of our libs have bogus languages that google play
// doesn't like and we need to strip them (gr)
resConfigs "bg", "ca", "cs", "de", "el", "en", "es", "et", "fi", "fr", "fr-rHT", "ga", "gl", "hr", "hu", "is", "it", "iw", "ja", "ko", "lt", "nl", "nb", "pl", "pt", "pt-rBR", "ro", "ru", "sk", "sl", "sq", "sv", "tr", "zh-rCN", "zh-rTW", "uk"
resConfigs "bg", "ca", "cs", "de", "el", "en", "es", "et", "fi", "fr", "fr-rHT", "ga", "gl", "hr", "hu", "is", "it", "iw", "ja", "ko", "lt", "nl", "nb", "pl", "pt", "pt-rBR", "ro", "ru", "sk", "sl", "sq", "sr", "sv", "tr", "zh-rCN", "zh-rTW", "uk"

ndk {
// abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
Expand Down
Loading

0 comments on commit 5854f91

Please sign in to comment.