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/) diff --git a/docs/en/README.md b/docs/en/README.md index 2140a591a..805153eb3 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 bibliothèque 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) diff --git a/docs/en/SUMMARY.md b/docs/en/SUMMARY.md index 6d5dafcd5..7c8d711c3 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 montage](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) 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) diff --git a/docs/en/guides/README.md b/docs/en/guides/README.md index 8e8b6119d..ba29b6268 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)