Skip to content

Commit c06c7c0

Browse files
committed
Correctly track all file not already translated
Signed-off-by: MachinisteWeb <[email protected]>
1 parent 2f79c97 commit c06c7c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+208
-129
lines changed

en/api/$nuxt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ Example:
2424
</div>
2525
</template>
2626
```
27+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p>

en/api/components-nuxt-child.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "API: The <nuxt-child> Component"
2+
title: "API: The <nuxt-child> Component (EN)"
33
description: Display the current page.
44
---
55

@@ -83,3 +83,5 @@ Pour voir un exemple, consultez l'[exemple de routes imbriquées](/examples/nest
8383
```
8484

8585
To see an example, take a look at the [named-views example](/examples/named-views).
86+
87+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p>

en/api/components-nuxt-link.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "API : le composant <nuxt-link>"
2+
title: "API : le composant <nuxt-link> (EN)"
33
description: Lie les pages entre elles avec `<nuxt-link>`.
44
---
55

@@ -36,3 +36,5 @@ To disable the prefetching of the linked page, you can use the `no-prefetch` pro
3636
You can configure globally this behaviour with [router.prefetchLinks](/api/configuration-router#prefetchlinks).
3737

3838
The `prefetched-class` prop is also available to customize the class added when the code splitted page has been prefetched. Make sure to set up this functionality globally with [router.linkPrefetchedClass](/api/configuration-router#linkprefetchedclass).
39+
40+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p>

en/api/components-nuxt.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "API : le composant <nuxt>"
2+
title: "API : le composant <nuxt> (EN)"
33
description: Affiche un composant de page à l'intérieur d'une mise en page.
44
---
55

@@ -54,3 +54,5 @@ There are 3 ways to handle internal `key` prop of `<router-view/>`.
5454
- Default: `default`
5555

5656
To see an example, take a look at the [named-views example](/examples/named-views).
57+
58+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p>

en/api/configuration-build.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "API : La propriété build"
2+
title: "API : La propriété build (EN)"
33
description: Nuxt.js vous permet de personnaliser la configuration webpack pour générer l'application web que vous souhaitez.
44
---
55

@@ -766,3 +766,5 @@ export default {
766766
}
767767
}
768768
```
769+
770+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p>

en/api/configuration-cache.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "API: The cache Property"
2+
title: "API: The cache Property (EN)"
33
description: Nuxt.js use lru-cache to allow cached components for better render performances
44
---
55

@@ -11,7 +11,7 @@ description: Nuxt.js use lru-cache to allow cached components for better render
1111

1212
- Type: `Boolean` or `Object` (Default: `false`)
1313

14-
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p><p>If an object, see [lru-cache options](https://github.com/isaacs/node-lru-cache#options).</p>
14+
If an object, see [lru-cache options](https://github.com/isaacs/node-lru-cache#options).
1515

1616
Use the `cache` key in your `nuxt.config.js`:
1717
```js
@@ -31,3 +31,5 @@ If `cache` is set to `true` the default keys given are:
3131
|------|------------|-----|---------|------------|
3232
| `max` | Optional | Integer | 1000 | The maximum size of the cached components, when the 1001 is added, the first one added will be removed from the cache to let space for the new one. |
3333
| `maxAge` | Optional | Integer | 900000 | Maximum age in ms, default to 15 minutes. |
34+
35+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p>

en/api/configuration-dir.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description: Define the custom directories for your Nuxt.js application
2121

2222
> Define the custom directories for your Nuxt.js application
2323
24-
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p><p>Example (`nuxt.config.js`):</p>
24+
Example (`nuxt.config.js`):
2525

2626
```js
2727
export default {
@@ -35,3 +35,5 @@ export default {
3535
}
3636
}
3737
```
38+
39+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p>

en/api/configuration-env.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "API : La propriété env"
2+
title: "API : La propriété env (EN)"
33
description: Partager les variables d'environnement entre client et serveur.
44
---
55

@@ -63,3 +63,5 @@ après
6363
```js
6464
if ('testing123' == 'testing123')
6565
```
66+
67+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p>

en/api/configuration-global-name.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "API: The globalName Property (EN)"
33
description: Nuxt.js lets you customize the global ID used in the main HTML template as well as the main Vue instance name and other options.
44
---
55

6-
# The globalName Property
6+
# The globalName Property (EN)
77

88
> Nuxt.js lets you customize the global ID used in the main HTML template as well as the main Vue instance name and other options.
99
@@ -40,3 +40,4 @@ It needs to be a valid JavaScript identifier.
4040
},
4141
```
4242

43+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p>

en/api/configuration-head.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ You can also use `head` in your components and access to the component data thro
3434
<b>Info:</b> To avoid duplicated meta tags when used in child component, set up an unique identifier with the `hid` key for your meta elements ([read more](https://vue-meta.nuxtjs.org/api/#tagidkeyname)).
3535

3636
</div>
37+
38+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p>

0 commit comments

Comments
 (0)