From a41e15f268755bfd117dd396e17a6a061bdbbf6a Mon Sep 17 00:00:00 2001 From: Mohamed Donzo <69730567+demahom18@users.noreply.github.com> Date: Fri, 19 Mar 2021 18:54:58 -0400 Subject: [PATCH 1/2] French translation Add french translation in the community translation table --- .../components/guide/contributing/translations-data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/.vuepress/components/guide/contributing/translations-data.js b/src/.vuepress/components/guide/contributing/translations-data.js index e85f76d6f4..fa1a468598 100644 --- a/src/.vuepress/components/guide/contributing/translations-data.js +++ b/src/.vuepress/components/guide/contributing/translations-data.js @@ -17,5 +17,6 @@ export const repos = [ { lang: 'ko', owner: 'vuejs-kr', repo: 'docs-next', branch: 'rootKoKr', url: 'https://v3.ko.vuejs.org/' }, { lang: 'pt-br', owner: 'vuejs-br', repo: 'docs-next', branch: 'master', url: 'https://vuejsbr-docs-next.netlify.app/' }, { lang: 'ru', owner: 'translation-gang', repo: 'docs-next', branch: 'master' }, - { lang: 'zh-cn', owner: 'vuejs', repo: 'docs-next-zh-cn', branch: 'master', url: 'https://v3.cn.vuejs.org/' } + { lang: 'zh-cn', owner: 'vuejs', repo: 'docs-next-zh-cn', branch: 'master', url: 'https://v3.cn.vuejs.org/' }, + { lang: 'fr', owner: 'demahom18', repo: 'docs-next', branch: 'master', url: 'https://vue3-fr.netlify.app' } ] From 53a554c23ddb60aa3f337321e44c31f9a2bfccad Mon Sep 17 00:00:00 2001 From: Mohamed Donzo <69730567+demahom18@users.noreply.github.com> Date: Sat, 20 Mar 2021 08:04:19 -0400 Subject: [PATCH 2/2] Update translations-data.js --- .../components/guide/contributing/translations-data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.vuepress/components/guide/contributing/translations-data.js b/src/.vuepress/components/guide/contributing/translations-data.js index fa1a468598..eaf68b2aa1 100644 --- a/src/.vuepress/components/guide/contributing/translations-data.js +++ b/src/.vuepress/components/guide/contributing/translations-data.js @@ -12,11 +12,11 @@ export const labels = { // You may need to clear your sessionStorage when adding a new item to this list export const repos = [ { lang: 'en-us', owner: 'vuejs', repo: 'docs-next', branch: 'master', url: 'https://v3.vuejs.org/' }, + { lang: 'fr', owner: 'demahom18', repo: 'docs-next', branch: 'master', url: 'https://vue3-fr.netlify.app' }, { lang: 'id', owner: 'vuejs-id', repo: 'docs-next', branch: 'indonesian' }, { lang: 'ja', owner: 'vuejs-jp', repo: 'ja.vuejs.org', branch: 'lang-ja', url: 'https://v3.ja.vuejs.org/' }, { lang: 'ko', owner: 'vuejs-kr', repo: 'docs-next', branch: 'rootKoKr', url: 'https://v3.ko.vuejs.org/' }, { lang: 'pt-br', owner: 'vuejs-br', repo: 'docs-next', branch: 'master', url: 'https://vuejsbr-docs-next.netlify.app/' }, { lang: 'ru', owner: 'translation-gang', repo: 'docs-next', branch: 'master' }, - { lang: 'zh-cn', owner: 'vuejs', repo: 'docs-next-zh-cn', branch: 'master', url: 'https://v3.cn.vuejs.org/' }, - { lang: 'fr', owner: 'demahom18', repo: 'docs-next', branch: 'master', url: 'https://vue3-fr.netlify.app' } + { lang: 'zh-cn', owner: 'vuejs', repo: 'docs-next-zh-cn', branch: 'master', url: 'https://v3.cn.vuejs.org/' } ]