diff options
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/app.config.js b/app.config.js index fd754a50f..650191758 100644 --- a/app.config.js +++ b/app.config.js @@ -95,27 +95,32 @@ module.exports = function (config) { CFBundleSpokenName: 'Blue Sky', CFBundleLocalizations: [ 'en', + 'an', + 'ast', 'ca', 'de', 'es', 'fi', 'fr', 'ga', + 'gl', 'hi', 'hu', 'id', 'it', 'ja', 'ko', + 'nl', 'pl', - 'pt', + 'pt-BR', 'ru', 'th', 'tr', 'uk', - 'zh_CN', - 'zh_HK', - 'zh_TW', + 'vi', + 'yue-Hant', + 'zh-Hans', + 'zh-Hant', ], }, associatedDomains: ASSOCIATED_DOMAINS, |