From d28186ac627b5a947d12a8f935d1a1304a72b275 Mon Sep 17 00:00:00 2001 From: Frudrax Cheng Date: Tue, 8 Oct 2024 00:20:06 +0800 Subject: Add Cantonese Localization (#5479) * Add zh-HK localization * Update dates.ts * HK: Update Translates * HK: Fix typo * HK: Fix wrong language code * HK: Update Translates * HK: Update Translates * rename 'Chinese (Hong Kong)' to 'Cantonese' * HK: Update Translates * Update languages.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * HK: Update Translates by reviewers --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --- lingui.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lingui.config.js') diff --git a/lingui.config.js b/lingui.config.js index 796969ab5..507db1fdb 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -18,6 +18,7 @@ module.exports = { 'tr', 'uk', 'zh-CN', + 'zh-HK', 'zh-TW', ], catalogs: [ -- cgit 1.4.1