Skip to content

Commit 75ed0d4

Browse files
authored
Add translation link to ko.vuejs.org and pt.vuejs.org (#2448)
* add translation link to ko.vuejs.org * add translation link to pt.vuejs.org
1 parent 2c18562 commit 75ed0d4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: .vitepress/config.ts

+10
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,16 @@ 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+
},
644+
{
645+
link: 'https://pt.vuejs.org',
646+
text: 'Português',
647+
repo: 'https://github.com/vuejs-translations/docs-pt'
648+
},
639649
{
640650
link: '/translations/',
641651
text: 'Help Us Translate!',

Diff for: src/translations/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ 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)]
15+
- [Português / Portuguese](https://pt.vuejs.org) [[source](https://github.com/vuejs-translations/docs-pt)]
1416

1517
<!-- ## Work in Progress Languages {#work-in-progress-languages} -->
1618

0 commit comments

Comments
 (0)