From db76528eeee3ad1a16c08fc07fc0ccba0c775849 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Sun, 23 Jul 2023 23:40:43 +0800 Subject: [PATCH 1/2] add translation link to ko.vuejs.org --- .vitepress/config.ts | 5 +++++ src/translations/index.md | 1 + 2 files changed, 6 insertions(+) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index a97b6f7139..b1c3736065 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -636,6 +636,11 @@ 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: '/translations/', text: 'Help Us Translate!', diff --git a/src/translations/index.md b/src/translations/index.md index f3df56ae18..fba9bf7b6c 100644 --- a/src/translations/index.md +++ b/src/translations/index.md @@ -11,6 +11,7 @@ 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)] From 51b55aa65e054de5c29e6394e1066492342de3e9 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Wed, 26 Jul 2023 14:14:57 +0800 Subject: [PATCH 2/2] add translation link to pt.vuejs.org --- .vitepress/config.ts | 5 +++++ src/translations/index.md | 1 + 2 files changed, 6 insertions(+) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index b1c3736065..61fa23bb55 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -641,6 +641,11 @@ export default defineConfigWithTheme({ 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 fba9bf7b6c..1a5e266149 100644 --- a/src/translations/index.md +++ b/src/translations/index.md @@ -12,6 +12,7 @@ aside: false - [Українська / 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)]