-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(snippets): update nvm instructions #7467
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Note Your Pull Request seems to be updating Translations of the Node.js Website. Whilst we appreciate your intent; Any Translation update should be done through our Crowdin Project. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 10 changed files in this pull request and generated no comments.
Files not reviewed (7)
- apps/site/snippets/en/download/nvm.bash: Language not supported
- apps/site/snippets/fr/download/nvm.bash: Language not supported
- apps/site/snippets/id/download/nvm.bash: Language not supported
- apps/site/snippets/ja/download/nvm.bash: Language not supported
- apps/site/snippets/ko/download/nvm.bash: Language not supported
- apps/site/snippets/uk/download/nvm.bash: Language not supported
- apps/site/snippets/zh-tw/download/nvm.bash: Language not supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5b44aa8
to
a55d025
Compare
fwiw it's very confusing that translations exist in version control but shouldn't be updated in version control. |
Well, they are on VC because we need to have them build as part of the source. It might sound confusing, but we use Crowdin for translations :) Crowdin is pretty standard. I don't think it is confusing, of course, it can definitely (and did couple of times) that people will accidentally edit translations on VC and open a PR. That's why we have a Bot, and also a translation guidelines also referenced on README. And on nodejs.org if you click to edit a translated page, it redirects you to Crowdin :) |
Lighthouse Results
|
Description
I fix the nvm instructions, and also ensure that port 3000 isn't hardcoded.
Validation
Actually tested it locally this time.
Related Issues
Fixes #7434.
Check List
npm run format
to ensure the code follows the style guide.npm run test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.