mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 00:09:48 +02:00
chore: enable pt-BR i18n locale on staging (#5237)
This commit is contained in:
parent
d31f1be711
commit
bb4d9c03e4
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ const isVersioningDisabled = !!process.env.DISABLE_VERSIONING || isI18nStaging;
|
|||
['en']
|
||||
: isI18nStaging
|
||||
? // Staging locales: https://docusaurus-i18n-staging.netlify.app/
|
||||
['en', 'ja']
|
||||
['en', 'ja', 'pt-BR']
|
||||
: // Production locales
|
||||
['en', 'fr', 'ko', 'zh-CN'],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue