We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0063488 commit fc128d8Copy full SHA for fc128d8
app/build.gradle
@@ -18,7 +18,7 @@ android {
18
if (System.properties.containsKey('versionNameSuffix')) {
19
versionNameSuffix System.getProperty('versionNameSuffix')
20
}
21
- resConfigs 'en', 'ar', 'bg', 'cs', 'de', 'es', 'et', 'fi', 'fr', 'gl', 'he', 'hr', 'in', 'it', 'ja', 'pt', 'pt-rBR', 'ro', 'ru', 'sk', 'ta', 'tr', 'uk', 'zh-rCN', 'zh-rTW'
+ resConfigs 'en', 'ar', 'bg', 'cs', 'de', 'es', 'et', 'fi', 'fr', 'gl', 'hr', 'in', 'it', 'iw', 'ja', 'pt', 'pt-rBR', 'ro', 'ru', 'sk', 'ta', 'tr', 'uk', 'zh-rCN', 'zh-rTW'
22
// currently disabled locales due to insufficient translation: af, pl, el
23
24
buildTypes {
0 commit comments