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