Skip to content

Commit 1338a29

Browse files
nodejs-crowdincrowdin-botgithub-merge-queue[bot]bmuenzenmeyer
authored
[automated]: crowdin sync (#8154)
* chore: synced translations from crowdin * chore: automated format of translated files Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/site/pages/fr/about/security-reporting.mdx Signed-off-by: Brian Muenzenmeyer <[email protected]> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Crowdin Bot <[email protected]> Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]>
1 parent 63a013f commit 1338a29

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+127
-217
lines changed
Lines changed: 57 additions & 0 deletions

apps/site/pages/fr/download/current.mdx

Lines changed: 1 addition & 1 deletion

apps/site/pages/fr/download/index.mdx

Lines changed: 1 addition & 1 deletion

apps/site/pages/fr/download/package-manager/all.md

Lines changed: 16 additions & 1 deletion

apps/site/pages/ja/download/package-manager/all.md

Lines changed: 15 additions & 1 deletion

apps/site/pages/ro/download/package-manager/all.md

Lines changed: 15 additions & 1 deletion

apps/site/pages/uk/download/current.mdx

Lines changed: 1 addition & 1 deletion

apps/site/pages/uk/download/index.mdx

Lines changed: 1 addition & 1 deletion

apps/site/snippets/es/download/brew.bash

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | ba
33

44
# Descarga e instala Node.js:
55
brew install node@${props.release.major}
6-
7-
# Verifica la versión de Node.js:
8-
node -v # Debería mostrar "${props.release.versionWithPrefix}".

apps/site/snippets/es/download/devbox.bash

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ devbox add node@${props.release.major}
99

1010
# Abre una shell de Devbox
1111
devbox shell
12-
13-
# Verifica la versión de Node.js:
14-
node -v # Debería mostrar "${props.release.versionWithPrefix}".

0 commit comments

Comments
 (0)