From ee24d713ed3e6f57095397983e04f9f27dd6904a Mon Sep 17 00:00:00 2001 From: Yaty Date: Sat, 14 Oct 2017 23:00:53 +0200 Subject: [PATCH 1/7] LANGS.md: traduction --- docs/LANGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/LANGS.md b/docs/LANGS.md index 25b60e8a0..bf3ac4843 100644 --- a/docs/LANGS.md +++ b/docs/LANGS.md @@ -1 +1,2 @@ * [English](en/) +* [Français](fr/) From ae64c7a069d94bb00e9a8bec9bc4dde767e553b7 Mon Sep 17 00:00:00 2001 From: Yaty Date: Sat, 14 Oct 2017 23:01:35 +0200 Subject: [PATCH 2/7] README.md: traduction --- docs/en/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/en/README.md b/docs/en/README.md index 2140a591a..1ff809934 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -1,20 +1,20 @@ # vue-test-utils -`vue-test-utils` is the official unit testing utility library for Vue.js. +`vue-test-utils` est la librairie officielle de tests unitaires pour Vue.js. * [Guides](guides/README.md) - * [Getting Started](guides/getting-started.md) - * [Common Tips](guides/common-tips.md) - * [Choosing a test runner](guides/choosing-a-test-runner.md) - * [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md) - * [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md) - * [Using with Vue Router](guides/using-with-vue-router.md) - * [Using with Vuex](guides/using-with-vuex.md) + * [Commencer](guides/getting-started.md) + * [Astuces](guides/common-tips.md) + * [Choisir un lanceur de tests](guides/choosing-a-test-runner.md) + * [Tester des composants monofichiers avec Jest](guides/testing-SFCs-with-jest.md) + * [Tester des composants monofichiers avec Mocha et Webpack](guides/testing-SFCs-with-mocha-webpack.md) + * [Utiliser avec Vue Router](guides/using-with-vue-router.md) + * [Utiliser avec Vuex](guides/using-with-vuex.md) * [API](api/README.md) * [createLocalVue](api/createLocalVue.md) * [mount](api/mount.md) * [shallow](api/shallow.md) - * [Mounting Options](api/options.md) + * [Options de montage](api/options.md) * [Wrapper](api/wrapper/README.md) * [contains](api/wrapper/contains.md) * [find](api/wrapper/find.md) @@ -46,4 +46,4 @@ * [setData](api/wrapper-array/setData.md) * [setProps](api/wrapper-array/setProps.md) * [trigger](api/wrapper-array/trigger.md) - * [Selectors](api/selectors.md) + * [Selecteurs](api/selectors.md) From 5410a4a544afb8377e6f82f699305e83738c283c Mon Sep 17 00:00:00 2001 From: Yaty Date: Sat, 14 Oct 2017 23:02:52 +0200 Subject: [PATCH 3/7] SUMMARY.md: traduction --- docs/en/SUMMARY.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/en/SUMMARY.md b/docs/en/SUMMARY.md index 6d5dafcd5..dadf2a757 100644 --- a/docs/en/SUMMARY.md +++ b/docs/en/SUMMARY.md @@ -1,17 +1,17 @@ ## Table of Contents * [Guides](guides/README.md) - * [Getting Started](guides/getting-started.md) - * [Common Tips](guides/common-tips.md) - * [Choosing a test runner](guides/choosing-a-test-runner.md) - * [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md) - * [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md) - * [Using with Vue Router](guides/using-with-vue-router.md) - * [Using with Vuex](guides/using-with-vuex.md) + * [Commencer](guides/getting-started.md) + * [Astuces](guides/common-tips.md) + * [Choisir un lanceur de tests](guides/choosing-a-test-runner.md) + * [Tester des composants monofichiers avec Jest](guides/testing-SFCs-with-jest.md) + * [Tester des composants monofichiers avec Mocha et Webpack](guides/testing-SFCs-with-mocha-webpack.md) + * [Utiliser avec Vue Router](guides/using-with-vue-router.md) + * [Utiliser avec Vuex](guides/using-with-vuex.md) * [API](api/README.md) * [mount](api/mount.md) * [shallow](api/shallow.md) - * [Mounting Options](api/options.md) + * [Options de montag](api/options.md) - [context](api/options.md#context) - [slots](api/options.md#slots) - [stubs](api/options.md#stubs) @@ -57,5 +57,5 @@ * [setProps](api/wrapper-array/setProps.md) * [trigger](api/wrapper-array/trigger.md) * [update](api/wrapper-array/update.md) - * [Selectors](api/selectors.md) + * [Selecteurs](api/selectors.md) * [createLocalVue](api/createLocalVue.md) From dded37ea907996f0af290e6e276e8dcf9cf71a57 Mon Sep 17 00:00:00 2001 From: Yaty Date: Sat, 14 Oct 2017 23:18:38 +0200 Subject: [PATCH 4/7] README.md: traduction --- docs/en/guides/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/en/guides/README.md b/docs/en/guides/README.md index 8e8b6119d..84aa3383d 100644 --- a/docs/en/guides/README.md +++ b/docs/en/guides/README.md @@ -1,9 +1,9 @@ # Guides -* [Getting Started](./getting-started.md) -* [Common Tips](./common-tips.md) -* [Choosing a test runner](./choosing-a-test-runner.md) -* [Using with Jest](./using-with-jest.md) -* [Testing SFCs with Jest](./testing-SFCs-with-jest.md) -* [Testing SFCs with Mocha + webpack](./testing-SFCs-with-mocha-webpack.md) -* [Using with Vuex](./using-with-vuex.md) +* [Commencer](./getting-started.md) +* [Astuces](./common-tips.md) +* [Choisir un lanceur de tests](./choosing-a-test-runner.md) +* [Utiliser avec Jest](./using-with-jest.md) +* [Tester des composants monofichiers avec Jest](./testing-SFCs-with-jest.md) +* [Tester des composants monofichiers avec Mocha et Webpack](./testing-SFCs-with-mocha-webpack.md) +* [Utiliser avec Vuex](./using-with-vuex.md) From bb16ac3c607b5ac476b3b7c8e58f857fe9fdd53d Mon Sep 17 00:00:00 2001 From: Hugo Da Roit Date: Sun, 15 Oct 2017 12:15:54 +0200 Subject: [PATCH 5/7] =?UTF-8?q?librairie=20->=20biblioth=C3=A8que?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/README.md b/docs/en/README.md index 1ff809934..8cc2378ba 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -1,6 +1,6 @@ # vue-test-utils -`vue-test-utils` est la librairie officielle de tests unitaires pour Vue.js. +`vue-test-utils` est la bibliothèque officielle de tests unitaires pour Vue.js. * [Guides](guides/README.md) * [Commencer](guides/getting-started.md) From 792a03082edd01c0ccbc6c169dae008906fc889b Mon Sep 17 00:00:00 2001 From: Yaty Date: Sun, 15 Oct 2017 21:29:42 +0200 Subject: [PATCH 6/7] README.md: traduction --- docs/en/api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/api/README.md b/docs/en/api/README.md index 231254061..3026a0347 100644 --- a/docs/en/api/README.md +++ b/docs/en/api/README.md @@ -2,7 +2,7 @@ * [mount](./mount.md) * [shallow](./shallow.md) -* [Mounting Options](./options.md) +* [Options de montage](./options.md) - [context](./options.md#context) - [slots](./options.md#slots) - [stubs](./options.md#stubs) @@ -46,4 +46,4 @@ * [setProps](./wrapper-array/setProps.md) * [trigger](./wrapper-array/trigger.md) * [createLocalVue](./createLocalVue.md) -* [Selectors](./selectors.md) +* [Selecteurs](./selectors.md) From 6422dc2730dd8110619a8208033cf01729f8098d Mon Sep 17 00:00:00 2001 From: Yaty Date: Mon, 16 Oct 2017 21:40:48 +0200 Subject: [PATCH 7/7] =?UTF-8?q?Corrections=20suite=20=C3=A0=20la=20review?= =?UTF-8?q?=20de=20Haeresis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/README.md | 2 +- docs/en/SUMMARY.md | 4 ++-- docs/en/guides/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/README.md b/docs/en/README.md index 8cc2378ba..805153eb3 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -7,7 +7,7 @@ * [Astuces](guides/common-tips.md) * [Choisir un lanceur de tests](guides/choosing-a-test-runner.md) * [Tester des composants monofichiers avec Jest](guides/testing-SFCs-with-jest.md) - * [Tester des composants monofichiers avec Mocha et Webpack](guides/testing-SFCs-with-mocha-webpack.md) + * [Tester des composants monofichiers avec Mocha et webpack](guides/testing-SFCs-with-mocha-webpack.md) * [Utiliser avec Vue Router](guides/using-with-vue-router.md) * [Utiliser avec Vuex](guides/using-with-vuex.md) * [API](api/README.md) diff --git a/docs/en/SUMMARY.md b/docs/en/SUMMARY.md index dadf2a757..7c8d711c3 100644 --- a/docs/en/SUMMARY.md +++ b/docs/en/SUMMARY.md @@ -5,13 +5,13 @@ * [Astuces](guides/common-tips.md) * [Choisir un lanceur de tests](guides/choosing-a-test-runner.md) * [Tester des composants monofichiers avec Jest](guides/testing-SFCs-with-jest.md) - * [Tester des composants monofichiers avec Mocha et Webpack](guides/testing-SFCs-with-mocha-webpack.md) + * [Tester des composants monofichiers avec Mocha et webpack](guides/testing-SFCs-with-mocha-webpack.md) * [Utiliser avec Vue Router](guides/using-with-vue-router.md) * [Utiliser avec Vuex](guides/using-with-vuex.md) * [API](api/README.md) * [mount](api/mount.md) * [shallow](api/shallow.md) - * [Options de montag](api/options.md) + * [Options de montage](api/options.md) - [context](api/options.md#context) - [slots](api/options.md#slots) - [stubs](api/options.md#stubs) diff --git a/docs/en/guides/README.md b/docs/en/guides/README.md index 84aa3383d..ba29b6268 100644 --- a/docs/en/guides/README.md +++ b/docs/en/guides/README.md @@ -5,5 +5,5 @@ * [Choisir un lanceur de tests](./choosing-a-test-runner.md) * [Utiliser avec Jest](./using-with-jest.md) * [Tester des composants monofichiers avec Jest](./testing-SFCs-with-jest.md) -* [Tester des composants monofichiers avec Mocha et Webpack](./testing-SFCs-with-mocha-webpack.md) +* [Tester des composants monofichiers avec Mocha et webpack](./testing-SFCs-with-mocha-webpack.md) * [Utiliser avec Vuex](./using-with-vuex.md)