File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -625,6 +625,11 @@ export default defineConfigWithTheme<ThemeConfig>({
625
625
text : 'Українська' ,
626
626
repo : 'https://github.com/vuejs-translations/docs-uk'
627
627
} ,
628
+ {
629
+ link : 'https://fr.vuejs.org' ,
630
+ text : 'Français' ,
631
+ repo : 'https://github.com/vuejs-translations/docs-fr'
632
+ } ,
628
633
{
629
634
link : '/translations/' ,
630
635
text : 'Help Us Translate!' ,
Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ aside: false
10
10
- [ 简体中文 / Simplified Chinese] ( https://cn.vuejs.org/ ) [[ source] ( https://github.com/vuejs-translations/docs-zh-cn )]
11
11
- [ 日本語 / Japanese] ( https://ja.vuejs.org/ ) [[ source] ( https://github.com/vuejs-translations/docs-ja )]
12
12
- [ Українська / Ukrainian] ( https://ua.vuejs.org/ ) [[ source] ( https://github.com/vuejs-translations/docs-uk )]
13
-
14
- ## Work in Progress Languages {#work-in-progress-languages}
15
-
16
13
- [ Français / French] ( https://fr.vuejs.org ) [[ source] ( https://github.com/vuejs-translations/docs-fr )]
17
14
15
+ <!-- ## Work in Progress Languages {#work-in-progress-languages} -->
16
+
18
17
## Starting a new Translation {#starting-a-new-translation}
19
18
20
19
The Vue documentation has recently undergone a major revision, so translations in other languages are still missing or work-in-progress.
You can’t perform that action at this time.
0 commit comments