Skip to content

feat: French translation is complete! #2292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,11 @@ export default defineConfigWithTheme<ThemeConfig>({
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!',
Expand Down
5 changes: 2 additions & 3 deletions src/translations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

<!-- ## Work in Progress Languages {#work-in-progress-languages} -->

## 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.
Expand Down