Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bahdanau committed Oct 31, 2024
1 parent 5b57ae1 commit 7393fc2
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 7393fc2

Please sign in to comment.