i18n fr API V8
i18n fr API V8
translate v8 API docs
Check List
- [x] I have read the Contributing Guidelines and made commit messages that follow the guideline.
- [x] I have run
npm run lint:js -- --fixand/ornpm run lint:md -- --fixfor my JavaScript and/or Markdown changes.- This is important as most of the cases your code changes might not be correctly linted
- [x] I have run
npm run testto check if all tests are passing, and/ornpm run test -- -uto update snapshots if I created and/or updated React Components. - [x] I have checked that the build works locally and that
npm run buildwork fine. - [x] I've covered new added functionality with unit tests if necessary.
Codecov Report
Base: 66.02% // Head: 67.16% // Increases project coverage by +1.13% :tada:
Coverage data is based on head (
329ea3c) compared to base (fd57b87). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## main #2782 +/- ##
==========================================
+ Coverage 66.02% 67.16% +1.13%
==========================================
Files 118 130 +12
Lines 1351 1483 +132
Branches 342 364 +22
==========================================
+ Hits 892 996 +104
- Misses 422 447 +25
- Partials 37 40 +3
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/__fixtures__/hooks.tsx | 100.00% <ø> (ø) |
|
| src/__fixtures__/page.tsx | 94.11% <ø> (-5.89%) |
:arrow_down: |
| src/components/Alert/index.tsx | 50.00% <ø> (ø) |
|
| src/components/AnimatedPlaceholder/index.tsx | 100.00% <ø> (ø) |
|
| ...components/ApiComponents/Components/ApiHeading.tsx | 100.00% <ø> (+100.00%) |
:arrow_up: |
| ...rc/components/ApiComponents/Components/ApiLink.tsx | 100.00% <ø> (+100.00%) |
:arrow_up: |
| ...ents/ApiComponents/Components/SourceLink/index.tsx | 50.00% <ø> (+50.00%) |
:arrow_up: |
| ...ApiComponents/Components/VersionSelector/index.tsx | 100.00% <ø> (+100.00%) |
:arrow_up: |
| src/components/ApiComponents/index.tsx | 100.00% <ø> (+100.00%) |
:arrow_up: |
| src/components/Article/index.tsx | 100.00% <ø> (ø) |
|
| ... and 102 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Hey, @AugustinMauroy, we might sunset the learn section of nodejs.dev. So we might close this PR. Please read more at: https://github.com/nodejs/nodejs.dev/issues/2784
Hey, @AugustinMauroy, we might sunset the
learnsection ofnodejs.dev. So we might close this PR. Please read more at: #2784
this pr is for doc
@nodejs/nodejs-fr