Enable locales currently over 80% translated and disable the rest

This commit is contained in:
LucasMZ 2025-02-05 00:16:52 -03:00
parent 68012755c7
commit 0b7e9e62a9
No known key found for this signature in database

View file

@ -9,7 +9,8 @@ android {
targetSdkVersion 32 targetSdkVersion 32
versionCode 314 versionCode 314
versionName "3.14" versionName "3.14"
resConfigs 'en', 'af', 'cs', 'de', 'el', 'es', 'fi', 'fr', 'gl', 'it', 'pl', 'pt', 'pt-rBR', 'ru', 'tr', 'zh-rCN', 'ar', 'et', 'hr', 'in', 'ja', 'ro', 'sk', 'uk', 'zh-rTW' resConfigs 'en', 'ar', 'bg', 'cs', 'de', 'es', 'et', 'fi', 'fr', 'gl', 'hr', 'in', 'it', 'ja', 'pt', 'pt-rBR', 'ro', 'ru', 'sk', 'ta', 'tr', 'uk', 'zh-rCN', 'zh-rTW'
// currently disabled locales due to insufficient translation: af, pl, el
} }
buildTypes { buildTypes {
debug { debug {