Skip to content

Translated security-best-practices for hindi#3682

Open
gaurav7902 wants to merge 2 commits into
github:mainfrom
gaurav7902:hi
Open

Translated security-best-practices for hindi#3682
gaurav7902 wants to merge 2 commits into
github:mainfrom
gaurav7902:hi

Conversation

@gaurav7902
Copy link
Copy Markdown

@gaurav7902 gaurav7902 commented May 30, 2026

  • Have you followed the contributing guidelines?
  • Have you explained what your changes do, and why they add value to the Guides?

Translated security-best-practices-for-your-project.md into Hindi

Updated the Hindi security-best-practices article with a polished translation, removed the untranslated: true marker preserving the original article structure, metadata, links, aside, and contributor credits.

Note: the Hindi translation is already live; just one article was remained untranslated. This PR only updates the article content from untranslated English to Hindi.

Copilot AI review requested due to automatic review settings May 30, 2026 14:33
@gaurav7902 gaurav7902 requested a review from a team as a code owner May 30, 2026 14:33
@Ogruj098
Copy link
Copy Markdown

Ogruj098 commented Jun 1, 2026

// Before (current - fails on any issues):
if(statistics(results).total) process.exit(1);

// After (only fail on fatal errors):
var stats = statistics(results);
if(stats.fatal) process.exit(1);

Copy link
Copy Markdown
Contributor

@kenyonj kenyonj left a comment

Choose a reason for hiding this comment

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

Thanks for taking this on, @gaurav7902! Structurally this looks great:

  • Heading parity matches the English source exactly (11 ##, 13 ###)
  • Frontmatter title and description are translated
  • The untranslated: true flag was correctly removed now that this article has been translated
  • Technical terms (SAST, SBOM, OWASP, GitHub, Node.js, MFA, etc.) sensibly kept in English
  • Existing cross-article anchor link (legal/#which-open-source-license-is-appropriate-for-my-project) preserved

Heads-up: I am not a native speaker of this language, so I have leaned on AI to help spot-check the translation rather than verify fluency end-to-end.

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