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
5 changes: 5 additions & 0 deletions .changeset/crowdin-translations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-core/website-i18n': patch
---

Update translations from Crowdin.
2 changes: 1 addition & 1 deletion apps/site/pages/ja/about/eol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Node.jsのメジャーバージョンは予定されたスケジュールでリ
</Button>
</div>

[Node.jsのリリーススケジュールを確認する](/about/releases/)
[Node.jsのリリーススケジュールを確認する](/about/previous-releases/)

## EOLになったリリースラインについて

Expand Down
2 changes: 1 addition & 1 deletion apps/site/snippets/fr/download/nvm.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Télécharger et installer nvm :
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.5/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.6/install.sh | bash

# au lieu de redémarrer le shell
\. "$HOME/.nvm/nvm.sh"
Expand Down
Loading