Skip to content

Commit c7f1e9a

Browse files
committed
Added few more missing languages into resConfigs build.gradle
1 parent 8768e12 commit c7f1e9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WooCommerce/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ android {
9999
pickFirst 'META-INF/LGPL2.1'
100100
}
101101

102-
resConfigs("en", "ar", "de", "es", "fr", "he", "id", "in", "it", "iw", "ja", "ko")
102+
resConfigs(
103+
"en", "ar", "de", "es", "fr", "he", "id", "in", "it", "iw", "ja", "ko", "nl", "pt-rBR", "ru", "sv", "tr", "zh-rCN", "zh-rTW"
104+
)
103105
}
104106

105107
buildFeatures {

0 commit comments

Comments
 (0)