Skip to content

Commit

Permalink
switch_off_local (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
reveloper authored Jan 19, 2025
1 parent 6e540c2 commit ff12a07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19,088 deletions.
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(",")
: ["mandarin"];
: [];
// : ["mandarin", "ru", "ko", "pl", "uk", "ja"];

const locales = Array.from(new Set([defaultLocale, ...langArray]));
Expand Down
Loading

0 comments on commit ff12a07

Please sign in to comment.