nodejs.dev
nodejs.dev copied to clipboard
I18n Fr node.js & world
Description
Translation of node.js & world learn section
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.