Skip to content

Commit

Permalink
Merge pull request #819 from pixelplex/fix-build
Browse files Browse the repository at this point in the history
fix: fix build
  • Loading branch information
reveloper authored Oct 31, 2024
2 parents 5b57ae1 + 7393fc2 commit d325270
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(",")
: ["mandarin"];
: []; // ["mandarin"]; TODO: uncomment when done
// : ["mandarin", "ru", "ko", "pl", "uk", "ja"];

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

0 comments on commit d325270

Please sign in to comment.