Skip to content

Commit b560467

Browse files
authored
docs(ko): add ko-KR translation (#2320)
1 parent 48b342e commit b560467

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: packages/docs/.vitepress/config/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@ export default defineConfig({
1414
lang: 'es-ES',
1515
link: 'https://es-pinia.vercel.app/',
1616
},
17+
ko: {
18+
label: '한국어',
19+
lang: 'ko-KR',
20+
link: 'https://pinia.vuejs.kr/',
21+
},
1722
},
1823
})

0 commit comments

Comments
 (0)