mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-02-28 21:38:21 +03:00
Enable locales currently over 80% translated and disable the rest
This commit is contained in:
parent
68012755c7
commit
0b7e9e62a9
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ android {
|
|||
targetSdkVersion 32
|
||||
versionCode 314
|
||||
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 {
|
||||
debug {
|
||||
|
|
Loading…
Add table
Reference in a new issue