From 9c139e9ca3a0982e4bce2abf251fa2ca0fd1fa4e Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Mon, 13 May 2024 06:42:31 +0200 Subject: [PATCH] chore: restore zh-CN on website --- website/docusaurus.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 4e838377f..914ae2ad4 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -62,8 +62,7 @@ const i18nConfig = { 'vi-VN', 'yo-NG', 'zh-TW', - // FIXME: Excluded translations need to be fixed at crowdin, otherwise breaks the build - // 'zh-CN', + 'zh-CN', ]), localeConfigs: { en: { label: 'English' },