diff --git a/app/build.gradle b/app/build.gradle index c18795f2..56389c1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,6 +68,7 @@ android { // Please keep this list sorted alphabetically. resourceConfigurations += ['ar', + 'ast', 'b+es+419', 'be', 'bg', @@ -77,8 +78,10 @@ android { 'cs', 'de', 'el', + 'eo', 'en', 'es', + 'fa', 'fi', 'fil', 'fr', @@ -88,7 +91,9 @@ android { 'hu', 'id', 'in', + 'it', 'ja', + 'lt', 'mwl', 'nb-rNO', 'nl', @@ -98,9 +103,11 @@ android { 'ro', 'ru', 'si', + 'th', 'tr', 'uk', - 'zh-rCN'] + 'zh-rCN', + 'zh-rTW'] externalNativeBuild { cmake { diff --git a/app/src/main/res/xml/locale_config.xml b/app/src/main/res/xml/locale_config.xml index 74c008c3..4c49963d 100644 --- a/app/src/main/res/xml/locale_config.xml +++ b/app/src/main/res/xml/locale_config.xml @@ -2,6 +2,7 @@ + @@ -11,8 +12,10 @@ + + @@ -22,7 +25,9 @@ + + @@ -32,7 +37,9 @@ + + \ No newline at end of file