nodejs.dev icon indicating copy to clipboard operation
nodejs.dev copied to clipboard

feat(I18n fr) learn getting started

Open AugustinMauroy opened this issue 3 years ago • 2 comments

translation of "getting started" in French

  • need preview
  • need review @nodejs/nodejs-fr

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 -- --fix and/or npm run lint:md -- --fix for 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 test to check if all tests are passing, and/or npm run test -- -u to update snapshots if I created and/or updated React Components.
  • [x] I have checked that the build works locally and that npm run build work fine.
  • [x] I've covered new added functionality with unit tests if necessary.

AugustinMauroy avatar Sep 16 '22 10:09 AugustinMauroy

Codecov Report

Base: 66.02% // Head: 62.52% // Decreases project coverage by -3.49% :warning:

Coverage data is based on head (274af2b) compared to base (fd57b87). Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2765      +/-   ##
==========================================
- Coverage   66.02%   62.52%   -3.50%     
==========================================
  Files         118      124       +6     
  Lines        1351     1457     +106     
  Branches      342      361      +19     
==========================================
+ Hits          892      911      +19     
- Misses        422      505      +83     
- Partials       37       41       +4     
Impacted Files Coverage Δ
src/__fixtures__/page.tsx 94.11% <ø> (-5.89%) :arrow_down:
...components/ApiComponents/Components/ApiHeading.tsx 0.00% <ø> (ø)
...rc/components/ApiComponents/Components/ApiLink.tsx 0.00% <ø> (ø)
...ents/ApiComponents/Components/SourceLink/index.tsx 0.00% <ø> (ø)
...ApiComponents/Components/VersionSelector/index.tsx 0.00% <ø> (ø)
src/components/ApiComponents/index.tsx 0.00% <ø> (ø)
src/components/Article/index.tsx 100.00% <ø> (ø)
src/components/Banner/index.tsx 100.00% <ø> (ø)
src/components/Codebox/index.tsx 100.00% <ø> (ø)
src/components/EditLink/index.tsx 100.00% <ø> (ø)
... and 67 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.

codecov-commenter avatar Sep 16 '22 10:09 codecov-commenter

Please find a preview at: https://staging.nodejs.dev/2765/

github-actions[bot] avatar Sep 18 '22 01:09 github-actions[bot]