Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/site/pages/fr/about/get-involved/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Si vous souhaitez vous impliquer dans la communauté Node.js, il existe de nombr

Si vous souhaitez en savoir plus sur Node.js, de nombreuses ressources sont à votre disposition.

- [Matériel d'apprentissage officiel](https://nodejs.org/en/learn/) de Node.js.
- [Supports pédagogiques officiels](https://nodejs.org/learn/) de Node.js.
- La [documentation officielle de référence de l'API](https://nodejs.org/api/) de Node.js.
- [NodeSchool.io](https://nodeschool.io/) vous enseignera les concepts de Node.js par le biais de jeux interactifs en ligne de commande.
- [Tag StackOverflow Node.js](https://stackoverflow.com/questions/tagged/node.js) contient un grand nombre de fils de discussion avec des ressources utiles.
Expand Down
2 changes: 1 addition & 1 deletion apps/site/pages/ro/about/get-involved/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Dacă te interesează implicarea în comunitatea Node.js, există multe modalit

Dacă vrei să aprofundezi cunoștințele despre Node.js, ai la dispoziție numeroase resurse.

- [Materialele oficiale de învățare](https://nodejs.org/en/learn/) Node.js.
- [Materialele oficiale de învățare](https://nodejs.org/learn/) Node.js.
- [Documentația oficială de referință pentru API](https://nodejs.org/api/) Node.js.
- [NodeSchool.io](https://nodeschool.io/) te învață conceptele Node.js prin intermediul jocurilor interactive în linia de comandă.
- [Eticheta Node.js de pe StackOverflow](https://stackoverflow.com/questions/tagged/node.js) conține un număr mare de articole cu resurse utile.
Expand Down
2 changes: 1 addition & 1 deletion apps/site/pages/uk/about/get-involved/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ layout: about

Якщо ви хочете дізнатися більше про Node.js, використовуйте наступні ресурси:

- [Офіційні навчальні матеріали](https://nodejs.org/en/learn/) Node.js.
- [Офіційні навчальні матеріали](https://nodejs.org/learn/) Node.js.
- [Офіційна документація з API](https://nodejs.org/api/) Node.js.
- [NodeSchool.io](https://nodeschool.io/) навчить вас концепцій Node.js за допомогою інтерактивних ігор у командному рядку.
- [Тег Node.js у Stack Overflow](https://stackoverflow.com/questions/tagged/node.js) містить велику кількість гілок із корисними ресурсами.
Expand Down
4 changes: 2 additions & 2 deletions apps/site/snippets/fr/download/docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Veuillez vous référer à la documentation officielle à l'adresse suivante : https://docker.com/get-started/

# Récupère l'image Docker de Node.js :
docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'}
docker pull node:${props.release.major}-slim

# Créer un conteneur Node.js et démarrer une session Shell :
docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'}
docker run -it --rm --entrypoint sh node:${props.release.major}-slim
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-core/website-i18n",
"version": "1.1.26",
"version": "1.1.27",
"type": "module",
"exports": {
"./*": [
Expand Down
Loading