Skip to content

Commit 51b55aa

Browse files
committed
add translation link to pt.vuejs.org
1 parent db76528 commit 51b55aa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.vitepress/config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,11 @@ export default defineConfigWithTheme<ThemeConfig>({
641641
text: '한국어',
642642
repo: 'https://github.com/vuejs-translations/docs-ko'
643643
},
644+
{
645+
link: 'https://pt.vuejs.org',
646+
text: 'Português',
647+
repo: 'https://github.com/vuejs-translations/docs-pt'
648+
},
644649
{
645650
link: '/translations/',
646651
text: 'Help Us Translate!',

src/translations/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ aside: false
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)]
1414
- [한국어 / 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)]
1516

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

0 commit comments

Comments
 (0)