-
Notifications
You must be signed in to change notification settings - Fork 668
[Doc FR]: Some update from EN version #217
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
Conversation
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
# Conflicts: # docs/fr/api/components/TransitionGroupStub.md # docs/fr/api/components/TransitionStub.md # docs/fr/api/config.md # docs/fr/api/options.md # docs/fr/guides/dom-events.md # docs/fr/guides/getting-started.md # docs/fr/guides/using-with-vuex.md Signed-off-by: Bruno Lesieur <[email protected]>
Thanks for the PR 😀 Can you fix the failing linting test please |
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
@@ -2,7 +2,7 @@ | |||
|
|||
* [mount (EN)](./mount.md) | |||
* [shallow (EN)](./shallow.md) | |||
* [Options de montage (EN)](./options.md) | |||
* [Mounting Options (EN)](./options.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trad perdu ici
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Volontaire, je traduirais quand la page sera traduite. Bien vu :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
docs/fr/guides/getting-started.md
Outdated
@@ -114,7 +114,7 @@ Si vous avez toujours besoin de `nextTick` dans vos fichiers de tests, faites at | |||
|
|||
```js | |||
// ceci ne sera pas intercepté | |||
it('pas d'interception, (done) => { | |||
it('pas d\'interception, (done) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
autant faire avec "pas d'interception"
docs/fr/guides/getting-started.md
Outdated
|
||
```js | ||
// ceci ne sera pas intercepté | ||
it('pas d\'interception', (done) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plutôt entre guillemets doubles pour les guillemets simples
Signed-off-by: Bruno Lesieur <[email protected]>
@posva Are you happy with the changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, probably missed the notification!
I resolved the conflict by removing the clone option, hope I didn't mess it up and sorry for the delay. If I ever take more than 1 week to review something, please ping me 🙂 |
Hi @eddyerburgh! Some update in FR doc from last EN update.