Skip to content

Commit db76528

Browse files
committed
add translation link to ko.vuejs.org
1 parent 99bda99 commit db76528

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,11 @@ export default defineConfigWithTheme<ThemeConfig>({
636636
text: 'Français',
637637
repo: 'https://github.com/vuejs-translations/docs-fr'
638638
},
639+
{
640+
link: 'https://ko.vuejs.org',
641+
text: '한국어',
642+
repo: 'https://github.com/vuejs-translations/docs-ko'
643+
},
639644
{
640645
link: '/translations/',
641646
text: 'Help Us Translate!',

src/translations/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ aside: false
1111
- [日本語 / Japanese](https://ja.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ja)]
1212
- [Українська / Ukrainian](https://ua.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-uk)]
1313
- [Français / French](https://fr.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fr)]
14+
- [한국어 / Korean](https://ko.vuejs.org) [[source](https://github.com/vuejs-translations/docs-ko)]
1415

1516
<!-- ## Work in Progress Languages {#work-in-progress-languages} -->
1617

0 commit comments

Comments
 (0)