[automated]: crowdin sync#8956
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Arabic adds the full security reporting about page and a set of download install snippets (asdf, brew, choco, corepack, docker, fnm, nvm, node, pnpm, plus small fixes to i18n package is bumped to 1.1.31, with new Reviewers may want a quick pass on Crowdin output in the new ar snippets (e.g. Reviewed by Cursor Bugbot for commit 6bc1126. 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' | ||
| { |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 3c4f454. Configure here.
| @@ -0,0 +1,5 @@ | |||
| # تحميل و تثبيت pnpm: | |||
| corepack enable yarn | |||
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 3c4f454. Configure here.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8956 +/- ##
==========================================
+ Coverage 75.41% 75.43% +0.01%
==========================================
Files 98 98
Lines 8637 8637
Branches 318 318
==========================================
+ Hits 6514 6515 +1
+ Misses 2119 2118 -1
Partials 4 4 ☔ View full report in Codecov by Harness. |
b16f60e to
d45e1fc
Compare
There was a problem hiding this comment.
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).
❌ 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} |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 3029a40. Configure here.
3029a40 to
bae8935
Compare
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>


New Crowdin translations from the Node.js Crowdin project