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
1 change: 1 addition & 0 deletions apps/site/pages/fr/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ layout: home
createWriteStream('package.json.gz')
);


// run with `node streams.mjs`
```

Expand Down
1 change: 1 addition & 0 deletions apps/site/pages/ja/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ layout: home
createWriteStream('package.json.gz')
);


// run with `node streams.mjs`
```

Expand Down
1 change: 1 addition & 0 deletions apps/site/pages/ro/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ layout: home
createWriteStream('package.json.gz')
);


// run with `node streams.mjs`
```

Expand Down
2 changes: 1 addition & 1 deletion apps/site/pages/uk/about/previous-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ layout: about

### Спільнотні методи установки

Спільнотні методи установки, які містяться на самообслуговуваній сторінці завантажень (/download), також мають відповідати мінімальному набору критеріїв:
Спільнотні методи установки, які містяться на самообслуговуваній сторінці завантажень (розміщеній на /download), також повинні відповідати мінімальному набору критеріїв:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesnt look normal to me


- **Підтримка версій:** Повинні підтримувати всі версії Node.js, які не мають статусу End-of-Life (EOL).
- **Сумісність ОС:** Повинні працювати на принаймні одній офіційно підтримуваній операційній системі (ОС).
Expand Down
1 change: 1 addition & 0 deletions apps/site/pages/uk/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ layout: home
createWriteStream('package.json.gz')
);


// run with `node streams.mjs`
```

Expand Down
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.15",
"version": "1.1.16",
"type": "module",
"exports": {
"./*": [
Expand Down
Loading