File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -636,6 +636,16 @@ 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
+ } ,
644
+ {
645
+ link : 'https://pt.vuejs.org' ,
646
+ text : 'Português' ,
647
+ repo : 'https://github.com/vuejs-translations/docs-pt'
648
+ } ,
639
649
{
640
650
link : '/translations/' ,
641
651
text : 'Help Us Translate!' ,
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ 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 )]
15
+ - [ Português / Portuguese] ( https://pt.vuejs.org ) [[ source] ( https://github.com/vuejs-translations/docs-pt )]
14
16
15
17
<!-- ## Work in Progress Languages {#work-in-progress-languages} -->
16
18
You can’t perform that action at this time.
0 commit comments