docs: link to community-maintained Korean translation site (#3730)

pull/3742/head
Niceplugin 9 months ago committed by GitHub
parent 3e95fa1028
commit 25399258b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,6 +9,7 @@ export default defineConfig({
locales: { locales: {
root: { label: 'English', ...en }, root: { label: 'English', ...en },
zh: { label: '简体中文', ...zh }, zh: { label: '简体中文', ...zh },
pt: { label: 'Português', ...pt } pt: { label: 'Português', ...pt },
ko: { label: '한국어', lang: 'ko-KR', link: 'https://vitepress.vuejs.kr/' }
} }
}) })

Loading…
Cancel
Save