mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 17:07:08 +02:00
chore(v2): enable more staging locales (#4458)
This commit is contained in:
parent
83d043ecb3
commit
03f4a92035
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ const isI18nStaging = process.env.I18N_STAGING === 'true';
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: 'en',
|
defaultLocale: 'en',
|
||||||
locales: isI18nStaging
|
locales: isI18nStaging
|
||||||
? // Staging locales (https://docusaurus-i18n-staging.netlify.app/)
|
? // Staging locales: https://docusaurus-i18n-staging.netlify.app/
|
||||||
['en', 'zh-CN']
|
['en', 'zh-CN', 'ko', 'ja']
|
||||||
: // Production locales
|
: // Production locales
|
||||||
['en', 'fr'],
|
['en', 'fr'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue