diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-12-02 17:28:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-02 17:28:11 +0000 |
commit | 770eeb59ca583c9bbc121790e0393195eda6b796 (patch) | |
tree | 0a270aa544f67d0719a723250bb6fff8c1eb428e /lingui.config.js | |
parent | 5f4a0f2881b9420f3a3f3fb6527352f58a99d9ea (diff) | |
download | voidsky-770eeb59ca583c9bbc121790e0393195eda6b796.tar.zst |
Add new languages to `CFBundleLocalizations` key (#6835)
* Order tweak in lingui.config.js * Add new languages to `CFBundleLocalizations` key * Order tweak in dates.ts * hyphen to en-dash * change two `zh` tags to use script rather than region * `zh_HK` ➡️ `yue-Hant` * `pt` ➡️ `pt-BR`
Diffstat (limited to 'lingui.config.js')
-rw-r--r-- | lingui.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingui.config.js b/lingui.config.js index 418a65ac4..cbf4d1b48 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -2,8 +2,8 @@ module.exports = { locales: [ 'en', - 'ast', 'an', + 'ast', 'ca', 'de', 'en-GB', |