diff --git a/.changeset/crowdin-translations.md b/.changeset/crowdin-translations.md new file mode 100644 index 0000000000000..667f954b1cc82 --- /dev/null +++ b/.changeset/crowdin-translations.md @@ -0,0 +1,5 @@ +--- +'@node-core/website-i18n': patch +--- + +Update translations from Crowdin. diff --git a/apps/site/pages/ja/about/eol.mdx b/apps/site/pages/ja/about/eol.mdx index 8e9782d7161dd..d2e54c99a6321 100644 --- a/apps/site/pages/ja/about/eol.mdx +++ b/apps/site/pages/ja/about/eol.mdx @@ -20,7 +20,7 @@ Node.jsのメジャーバージョンは予定されたスケジュールでリ -[Node.jsのリリーススケジュールを確認する](/about/releases/)。 +[Node.jsのリリーススケジュールを確認する](/about/previous-releases/)。 ## EOLになったリリースラインについて diff --git a/apps/site/snippets/fr/download/nvm.bash b/apps/site/snippets/fr/download/nvm.bash index 2001696ca1cea..69b24beee27ca 100644 --- a/apps/site/snippets/fr/download/nvm.bash +++ b/apps/site/snippets/fr/download/nvm.bash @@ -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"