mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 08:27:03 +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: {
|
||||
defaultLocale: 'en',
|
||||
locales: isI18nStaging
|
||||
? // Staging locales (https://docusaurus-i18n-staging.netlify.app/)
|
||||
['en', 'zh-CN']
|
||||
? // Staging locales: https://docusaurus-i18n-staging.netlify.app/
|
||||
['en', 'zh-CN', 'ko', 'ja']
|
||||
: // Production locales
|
||||
['en', 'fr'],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue