From a5cd1d377f00dc5e6c83657c02445e987d985f7f Mon Sep 17 00:00:00 2001 From: Frudrax Cheng Date: Tue, 6 Feb 2024 06:50:10 +0800 Subject: Chinese localization (#2668) * Chinese localization * fixed languages.ts typo * crosscheck with proofreading of translation * fixed messages.po string styles * a minor adjustment * Update Chinese localization * fixed a typo & modify the translation of handle * based on the latest messages.po translation * removed unused strings * based on the latest messages.po translation --- 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 0659bd078..ea458e645 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -12,6 +12,7 @@ module.exports = { 'pt-BR', 'uk', 'ca', + 'zh-CN', ], catalogs: [ { -- cgit 1.4.1