Skip to content

Commit e95dc4c

Browse files
authored
French translation (#955)
* French translation Add french translation in the community translation table * Update translations-data.js
1 parent cb8bc09 commit e95dc4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/.vuepress/components/guide/contributing/translations-data.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const labels = {
1212
// You may need to clear your sessionStorage when adding a new item to this list
1313
export const repos = [
1414
{ lang: 'en-us', owner: 'vuejs', repo: 'docs-next', branch: 'master', url: 'https://v3.vuejs.org/' },
15+
{ lang: 'fr', owner: 'demahom18', repo: 'docs-next', branch: 'master', url: 'https://vue3-fr.netlify.app' },
1516
{ lang: 'id', owner: 'vuejs-id', repo: 'docs-next', branch: 'indonesian' },
1617
{ lang: 'ja', owner: 'vuejs-jp', repo: 'ja.vuejs.org', branch: 'lang-ja', url: 'https://v3.ja.vuejs.org/' },
1718
{ lang: 'ko', owner: 'vuejs-kr', repo: 'docs-next', branch: 'rootKoKr', url: 'https://v3.ko.vuejs.org/' },

0 commit comments

Comments
 (0)