1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-05 19:47:33 +01:00

Add the new translations to resConfigs

This commit is contained in:
Óscar García Amor 2020-11-29 12:35:12 +01:00
parent 74b484fc1d
commit 51cdbe7084
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE

View File

@ -15,7 +15,7 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
resConfigs "de", "en", "es", "fr", "hu", "nl", "pl", "pt", "pt-rBR"
resConfigs "cs", "de", "en", "es", "fr", "hu", "it", "nl", "pl", "pt", "pt-rBR", "ru", "zh-rCN", "zh-rTW"
}
buildTypes {