diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 88ab9781ca..e78665be3b 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -625,6 +625,11 @@ export default defineConfigWithTheme({ text: 'Українська', repo: 'https://github.com/vuejs-translations/docs-uk' }, + { + link: 'https://fr.vuejs.org', + text: 'Français', + repo: 'https://github.com/vuejs-translations/docs-fr' + }, { link: '/translations/', text: 'Help Us Translate!', diff --git a/src/translations/index.md b/src/translations/index.md index 017962e1af..f3df56ae18 100644 --- a/src/translations/index.md +++ b/src/translations/index.md @@ -10,11 +10,10 @@ aside: false - [简体中文 / 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} - - [Français / French](https://fr.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fr)] + + ## Starting a new Translation {#starting-a-new-translation} The Vue documentation has recently undergone a major revision, so translations in other languages are still missing or work-in-progress.