From a0a2eeb10233493a65b2f8f9190733d0ad095776 Mon Sep 17 00:00:00 2001 From: Michel Edighoffer Date: Tue, 21 Mar 2023 01:25:06 +0100 Subject: [PATCH 1/2] feat: French translation is complete! --- .vitepress/config.ts | 5 +++++ src/translations/index.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 0784593a84..ce693d5eec 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -615,6 +615,11 @@ export default defineConfigWithTheme({ text: '简体中文', repo: 'https://github.com/vuejs-translations/docs-zh-cn' }, + { + link: 'https://fr.vuejs.org', + text: 'Français', + repo: 'https://github.com/vuejs-translations/docs-fr' + }, { link: 'https://ja.vuejs.org', text: '日本語', diff --git a/src/translations/index.md b/src/translations/index.md index 29dbdab1ca..f81edb9db7 100644 --- a/src/translations/index.md +++ b/src/translations/index.md @@ -9,11 +9,11 @@ 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)] +- [Français / French](https://fr.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fr)] ## 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} From 0a9d133e1a71cebcbcefd943f4502e7e07986671 Mon Sep 17 00:00:00 2001 From: Michel Edighoffer Date: Tue, 21 Mar 2023 01:38:02 +0100 Subject: [PATCH 2/2] fix: reorder translations --- .vitepress/config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index ce693d5eec..aebb200a7b 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -615,16 +615,16 @@ export default defineConfigWithTheme({ text: '简体中文', repo: 'https://github.com/vuejs-translations/docs-zh-cn' }, - { - link: 'https://fr.vuejs.org', - text: 'Français', - repo: 'https://github.com/vuejs-translations/docs-fr' - }, { link: 'https://ja.vuejs.org', text: '日本語', repo: 'https://github.com/vuejs-translations/docs-ja' }, + { + link: 'https://fr.vuejs.org', + text: 'Français', + repo: 'https://github.com/vuejs-translations/docs-fr' + }, { link: '/translations/', text: 'Help Us Translate!',