Closed ajiho closed 3 months ago
I have reviewed the relevant parts of the document repeatedly, and I only found that it supports global setting of one language.
Although you can do your own translation later, it may seem a bit troublesome
::: info 信息 This is an info box. ::: ::: tip 提示 This is a tip. :::
The advantages of using it this way are verbose
themeConfig:{ logo: { src: "/logo-mini.svg", width: 24, height: 24 }, markdown: { container: { locales: { root: { tipLabel: "提示", warningLabel: "警告", dangerLabel: "危险", infoLabel: "信息", detailsLabel: "详细信息", }, en:{ tipLabel: "Tip", warningLabel: "Warning", //... } }, }, }, }
No response
Duplicate of #3861
Is your feature request related to a problem? Please describe.
I have reviewed the relevant parts of the document repeatedly, and I only found that it supports global setting of one language.
Although you can do your own translation later, it may seem a bit troublesome
The advantages of using it this way are verbose
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
Validations