Skip to content

Commit

Permalink
chore: locales label
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei committed Sep 18, 2024
1 parent 0e35f98 commit f81c165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/online-book/.vitepress/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default (process.env.NODE_ENV === 'production'
: defineConfig)({
...sharedConfig,
locales: {
root: { label: 'Japanese', lang: 'ja', link: '/', ...jaConfig },
root: { label: '日本語', lang: 'ja', link: '/', ...jaConfig },
en: { label: 'English', lang: 'en', link: '/en/', ...enConfig },
},
})

0 comments on commit f81c165

Please sign in to comment.