diff --git a/.vitepress/config.ts b/.vitepress/config.ts index a97b6f7139..61fa23bb55 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -636,6 +636,16 @@ export default defineConfigWithTheme({ text: 'Français', repo: 'https://github.com/vuejs-translations/docs-fr' }, + { + link: 'https://ko.vuejs.org', + text: '한국어', + repo: 'https://github.com/vuejs-translations/docs-ko' + }, + { + link: 'https://pt.vuejs.org', + text: 'Português', + repo: 'https://github.com/vuejs-translations/docs-pt' + }, { link: '/translations/', text: 'Help Us Translate!', diff --git a/src/translations/index.md b/src/translations/index.md index f3df56ae18..1a5e266149 100644 --- a/src/translations/index.md +++ b/src/translations/index.md @@ -11,6 +11,8 @@ aside: false - [日本語 / Japanese](https://ja.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ja)] - [Українська / Ukrainian](https://ua.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-uk)] - [Français / French](https://fr.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fr)] +- [한국어 / Korean](https://ko.vuejs.org) [[source](https://github.com/vuejs-translations/docs-ko)] +- [Português / Portuguese](https://pt.vuejs.org) [[source](https://github.com/vuejs-translations/docs-pt)]