From faf2700689ac78d7539e81e26eb87042119ade9f Mon Sep 17 00:00:00 2001 From: Serhii Matrunchyk <2089828+matrunchyk@users.noreply.github.com> Date: Wed, 15 Mar 2023 11:45:38 +0200 Subject: [PATCH 1/2] Add Ukrainian to condig --- .vitepress/config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 131ef3868b..9308d2a6d9 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -621,6 +621,11 @@ export default defineConfigWithTheme({ text: '日本語', repo: 'https://github.com/vuejs-translations/docs-ja' }, + { + link: 'https://ua.vuejs.org', + text: 'Українська', + repo: 'https://github.com/vuejs-translations/docs-uk' + }, { link: '/translations/', text: 'Help Us Translate!', From 8b9b9ad4b46a14d5e7ff074605664ca4ee530bcb Mon Sep 17 00:00:00 2001 From: Serhii Matrunchyk <2089828+matrunchyk@users.noreply.github.com> Date: Wed, 15 Mar 2023 11:47:28 +0200 Subject: [PATCH 2/2] Update translation status --- src/translations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/index.md b/src/translations/index.md index 29dbdab1ca..017962e1af 100644 --- a/src/translations/index.md +++ b/src/translations/index.md @@ -9,10 +9,10 @@ aside: false - [English](https://vuejs.org/) [[source](https://github.com/vuejs/docs)] - [简体中文 / Simplified Chinese](https://cn.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-zh-cn)] - [日本語 / 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)] ## Work in Progress Languages {#work-in-progress-languages} -- [Українська / Ukrainian](https://ua.vuejs.org) [[source](https://github.com/vuejs-translations/docs-ua)] - [Français / French](https://fr.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fr)] ## Starting a new Translation {#starting-a-new-translation}