chore: enable pt-BR i18n locale on staging (#5237)

This commit is contained in:
Sébastien Lorber 2021-07-28 22:31:46 +02:00 committed by GitHub
parent d31f1be711
commit bb4d9c03e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],
},