Skip to content

Commit

Permalink
mandarin_locale_restore
Browse files Browse the repository at this point in the history
  • Loading branch information
reveloper committed Jan 20, 2025
1 parent 9f2f49c commit cea3ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]));
Expand Down

0 comments on commit cea3ca6

Please sign in to comment.