Skip to content

Commit

Permalink
enable locales
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Apr 11, 2021
1 parent aa392a9 commit 9a9dc4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ const isVersioningDisabled = !!process.env.DISABLE_VERSIONING || isI18nStaging;
defaultLocale: 'en',
locales: isI18nStaging
? // Staging locales: https://docusaurus-i18n-staging.netlify.app/
['en', 'zh-CN', 'ko', 'ja']
['en', 'ja']
: // Production locales
['en', 'fr'],
['en', 'fr', 'ko', 'zh-CN'],
},
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit 9a9dc4a

Please sign in to comment.