From cea3ca6de1c28318796574956640838ef00f4443 Mon Sep 17 00:00:00 2001 From: AlexG <39581753+Reveloper@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:47:53 +0900 Subject: [PATCH] mandarin_locale_restore --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f69098d255..3c3962c5ba 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -8,7 +8,7 @@ const getEnvLangConfig = () => { const langArray = process.env.TARGET_LANGS ? process.env.TARGET_LANGS.split(",") - : ["zh-cn"]; + : ["mandarin"]; // : ["mandarin", "ru", "ko", "pl", "uk", "ja"]; const locales = Array.from(new Set([defaultLocale, ...langArray]));