From 770eeb59ca583c9bbc121790e0393195eda6b796 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:28:11 +0000 Subject: Add new languages to `CFBundleLocalizations` key (#6835) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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` --- lingui.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingui.config.js') 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', -- cgit 1.4.1