Add chinese translations to docs (#17125)
* import zh translations * Fix broken links * fix whitespace
This commit is contained in:
@ -19,6 +19,10 @@ module.exports = {
|
||||
crossorigin: "anonymous",
|
||||
},
|
||||
],
|
||||
i18n: {
|
||||
defaultLocale: 'en',
|
||||
locales: ['en', 'zh'],
|
||||
},
|
||||
themeConfig: {
|
||||
navbar: {
|
||||
logo: {
|
||||
@ -52,6 +56,10 @@ module.exports = {
|
||||
label: "Learn",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
type: 'localeDropdown',
|
||||
position: 'right',
|
||||
},
|
||||
{
|
||||
href: "https://discordapp.com/invite/pquxPsq",
|
||||
label: "Chat",
|
||||
|
Reference in New Issue
Block a user