File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -636,6 +636,11 @@ export default defineConfigWithTheme<ThemeConfig>({
636
636
text : 'Français' ,
637
637
repo : 'https://github.com/vuejs-translations/docs-fr'
638
638
} ,
639
+ {
640
+ link : 'https://ko.vuejs.org' ,
641
+ text : '한국어' ,
642
+ repo : 'https://github.com/vuejs-translations/docs-ko'
643
+ } ,
639
644
{
640
645
link : '/translations/' ,
641
646
text : 'Help Us Translate!' ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ aside: false
11
11
- [ 日本語 / Japanese] ( https://ja.vuejs.org/ ) [[ source] ( https://github.com/vuejs-translations/docs-ja )]
12
12
- [ Українська / Ukrainian] ( https://ua.vuejs.org/ ) [[ source] ( https://github.com/vuejs-translations/docs-uk )]
13
13
- [ 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 )]
14
15
15
16
<!-- ## Work in Progress Languages {#work-in-progress-languages} -->
16
17
You can’t perform that action at this time.
0 commit comments