Skip to content

Commit fc128d8

Browse files
committed
fix: wrong hebrew language code in build file
1 parent 0063488 commit fc128d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
if (System.properties.containsKey('versionNameSuffix')) {
1919
versionNameSuffix System.getProperty('versionNameSuffix')
2020
}
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'
21+
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'
2222
// currently disabled locales due to insufficient translation: af, pl, el
2323
}
2424
buildTypes {

0 commit comments

Comments
 (0)