Skip to content

Commit 0ecd513

Browse files
authored
feat: French translation is complete! (#2292)
* feat: French translation is complete! * fix: reorder translations
1 parent 53d03fa commit 0ecd513

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,11 @@ export default defineConfigWithTheme<ThemeConfig>({
625625
text: 'Українська',
626626
repo: 'https://github.com/vuejs-translations/docs-uk'
627627
},
628+
{
629+
link: 'https://fr.vuejs.org',
630+
text: 'Français',
631+
repo: 'https://github.com/vuejs-translations/docs-fr'
632+
},
628633
{
629634
link: '/translations/',
630635
text: 'Help Us Translate!',

src/translations/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ aside: false
1010
- [简体中文 / Simplified Chinese](https://cn.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-zh-cn)]
1111
- [日本語 / Japanese](https://ja.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ja)]
1212
- [Українська / Ukrainian](https://ua.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-uk)]
13-
14-
## Work in Progress Languages {#work-in-progress-languages}
15-
1613
- [Français / French](https://fr.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fr)]
1714

15+
<!-- ## Work in Progress Languages {#work-in-progress-languages} -->
16+
1817
## Starting a new Translation {#starting-a-new-translation}
1918

2019
The Vue documentation has recently undergone a major revision, so translations in other languages are still missing or work-in-progress.

0 commit comments

Comments
 (0)