mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 05:52:50 +00:00
add all locales
This commit is contained in:
parent
afc4cf1d6d
commit
8a700eed10
|
|
@ -207,7 +207,7 @@ export default async function createConfigAsync() {
|
|||
locales:
|
||||
isDeployPreview || isBranchDeploy
|
||||
? // Deploy preview and branch deploys: keep them fast!
|
||||
[defaultLocale]
|
||||
[defaultLocale, 'fr', 'pt-BR', 'ko', 'zh-CN']
|
||||
: isI18nStaging
|
||||
? // Staging locales: https://docusaurus-i18n-staging.netlify.app/
|
||||
[defaultLocale, 'ja']
|
||||
|
|
|
|||
Loading…
Reference in New Issue