Skip to content

Commit a4a3db7

Browse files
committedJun 17, 2021
Enable French and Portuguese
1 parent 6236de8 commit a4a3db7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎docusaurus.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ module.exports = {
66
baseUrl: '/docs/',
77
i18n: {
88
defaultLocale: 'en',
9-
locales: ['en', 'es'],
9+
locales: ['en', 'es', 'fr', 'pt'],
1010
localeConfigs: {
1111
en: { label: 'English' },
1212
es: { label: 'Español' },
13+
fr: { label: 'Français' },
14+
pt: { label: 'Português' },
1315
},
1416
},
1517
onBrokenLinks: 'warn',

0 commit comments

Comments
 (0)
Please sign in to comment.