Skip to content

Commit

Permalink
Revert "chore(i18n): Add simplified chinese"
Browse files Browse the repository at this point in the history
This reverts commit e41a7d2.
  • Loading branch information
jaredcbaum committed Feb 12, 2022
1 parent e41a7d2 commit 9902703
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ module.exports = {
baseUrl: `${BASE_URL}/`,
i18n: {
defaultLocale: 'en',
locales: ['en', 'ja', 'zh'],
// localeConfigs: {
// en: { label: 'English' },
// ja: { label: '日本語' },
// },
locales: ['en', 'ja'],
localeConfigs: {
en: { label: 'English' },
ja: { label: '日本語' },
},
},
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit 9902703

Please sign in to comment.