Skip to content

[automated]: crowdin sync#8956

Open
nodejs-crowdin wants to merge 2 commits into
mainfrom
chore/crowdin
Open

[automated]: crowdin sync#8956
nodejs-crowdin wants to merge 2 commits into
mainfrom
chore/crowdin

Conversation

@nodejs-crowdin

Copy link
Copy Markdown
Collaborator

New Crowdin translations from the Node.js Crowdin project

@nodejs-crowdin nodejs-crowdin requested a review from a team as a code owner June 12, 2026 06:36
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nodejs-org Ready Ready Preview Jun 19, 2026 6:51am

Request Review

@cursor

cursor Bot commented Jun 12, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Documentation and translation-only changes with no application logic; worth a quick spot-check on Arabic snippet copy (e.g. pnpm/corepack commands) since Crowdin can mistranslate shell lines.

Overview
Automated Crowdin sync that expands localized site content and aligns download copy across locales.

Arabic adds a full security reporting about page and a set of download install snippets (asdf, Homebrew, Chocolatey, Corepack, Docker, fnm, nvm, node verify, pnpm, etc.), with small fixes to the existing n.bash snippet (comment formatting and manual install line).

Japanese gains a translated asdf download snippet; French, Japanese, Romanian, and Ukrainian nvm snippets now point at the v0.40.5 install script (was v0.40.4).

Japanese and Ukrainian locale JSON add platformInfo.asdf blurbs for the download UI. @node-core/website-i18n is bumped to 1.1.31.

Reviewed by Cursor Bugbot for commit 3029a40. Bugbot is set up for automated code reviews on this repo. Configure here.

${props.os === 'WIN' ?
'winget install Schniz.fnm' :
'curl -o- https://fnm.vercel.app/install | bash'
{

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Arabic fnm snippet brace typo

High Severity

The Arabic fnm install snippet closes the ${props.os === 'WIN' ? … : …} block with { instead of }, so the combined download instructions no longer form valid template syntax when ReleaseCodeBox parses snippets for Arabic users choosing fnm.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3c4f454. Configure here.

@@ -0,0 +1,5 @@
# تحميل و تثبيت pnpm:
corepack enable yarn

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Arabic pnpm enables yarn

Medium Severity

The Arabic pnpm snippet runs corepack enable yarn while the comments and pnpm -v step refer to pnpm, so readers following the Arabic download page enable the wrong package manager.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3c4f454. Configure here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

right

@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.73%. Comparing base (e3dbfbb) to head (3029a40).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8956      +/-   ##
==========================================
+ Coverage   75.70%   75.73%   +0.03%     
==========================================
  Files         102      102              
  Lines        8676     8676              
  Branches      321      321              
==========================================
+ Hits         6568     6571       +3     
+ Misses       2105     2102       -3     
  Partials        3        3              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

There are 3 total unresolved issues (including 2 from previous reviews).

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 3029a40. Configure here.


# يتم تثبيت Node.js تلقائيًا أثناء عملية n-install، لكن يمكنك أيضًا تثبيته يدويًا:
# n install ${props.release.major}
# n تحميل ${props.release.major}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Arabic n manual install wrong

Medium Severity

The optional manual install comment was changed from # n install ${props.release.major} to # n تحميل ${props.release.major}, replacing the real n subcommand with Arabic “download” so uncommented lines fail in the shell.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3029a40. Configure here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

that right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants