Skip to content

Commit 649d420

Browse files
committed
Set languages for release.
1 parent de6b37a commit 649d420

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ android {
1212
// format WXXYYZZ, where WW is major, XX is minor, YY is patch, and ZZ is build
1313
versionCode 1020104 //1.02.01-04
1414

15-
// Note that the following locales have not yet been released and are currently included for testing: bn, gu, kn, or
16-
def locales = ['en', 'bn', 'cs', 'de', 'el', 'es', 'fr', 'gu', 'hi', 'it', 'ja', 'ka', 'ko', 'kn', 'nl', 'or', 'pl', 'pt', 'ru', 'sr', 'b+sr+Latn', 'ta', 'tr', 'vi', 'zh-rCN', 'zh-rTW']
15+
def locales = ['en', 'cs', 'de', 'el', 'es', 'fr', 'gu', 'hi', 'it', 'ja', 'ka', 'ko', 'nl', 'pl', 'pt', 'ru', 'sr', 'b+sr+Latn', 'ta', 'tr', 'vi', 'zh-rCN', 'zh-rTW']
1716
buildConfigField "String[]", "LOCALE_ARRAY", "new String[]{\""+locales.join("\",\"")+"\"}"
1817
resourceConfigurations += locales
1918

app/src/main/assets/experiments

0 commit comments

Comments
 (0)