-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Hindi translation of webgl contribution guide #6886
Conversation
🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. And be sure to add yourself to the list of contributors on the readme page! |
@TanviKumar @Divyansh013 can you please review this PR and let me know the changes if any. Thanks ! |
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.
Hey @ranaaditya have left some reviews please look into that. Thanks for your PR :)
## संसाधन | ||
|
||
- हमारे [वेबजीएल मोड की संरचना अवलोकन](https://github.com/processing/p5.js/blob/main/contributor_docs/webgl_mode_architecture.md) पढ़ें ताकि समझा जा सके कि 2डी मोड से वेबजीएल मोड कैसे भिन्न है। इससे शेडर, स्ट्रोक और अन्य के लिए कुछ कार्यान्वयन विशेषताओं को समझने में मदद मिलेगी। | ||
- हमारे [योगदानकर्ता दिशानिर्देश](https://p5js.org/contributor-docs/#/./contributor_guidelines) पढ़ें जिससे यह पता चलेगा कि मुद्दों को कैसे बनाया जाए, कोडबेस को कैसे सेट किया जाए और परिवर्तनों को कैसे परीक्षित किया जाए। |
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.
use "समस्या" for issue
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.
resolved 👍
|
||
- हमारे [वेबजीएल मोड की संरचना अवलोकन](https://github.com/processing/p5.js/blob/main/contributor_docs/webgl_mode_architecture.md) पढ़ें ताकि समझा जा सके कि 2डी मोड से वेबजीएल मोड कैसे भिन्न है। इससे शेडर, स्ट्रोक और अन्य के लिए कुछ कार्यान्वयन विशेषताओं को समझने में मदद मिलेगी। | ||
- हमारे [योगदानकर्ता दिशानिर्देश](https://p5js.org/contributor-docs/#/./contributor_guidelines) पढ़ें जिससे यह पता चलेगा कि मुद्दों को कैसे बनाया जाए, कोडबेस को कैसे सेट किया जाए और परिवर्तनों को कैसे परीक्षित किया जाए। | ||
- यह जानना भी उपयोगी हो सकता है कि ब्राउज़र के वेबजीएल एपीआई के बारे में थोड़ा जानना, जिस पर पी5.जेएस का वेबजीएल मोड बनाया गया है: |
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.
keep p5.js as p5.js only.
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.
resolved 👍
|
||
हम समस्या मुद्दों को [एक गिटहब प्रोजेक्ट में](https://github.com/orgs/processing/projects/5) व्यवस्थित करते हैं, जहां हम उन्हें कुछ प्रकारों में विभाजित करते हैं: | ||
|
||
- **प्रणाली-स्तरीय परिवर्तन** लंबी अवधि के लक्ष्य हैं जिनके कोड में व्यापक निहितार्थ हैं। इन्हें कार्यान्वयन में कूदने से पहले अधिक चर्चा और योजना बनाने की आवश्यकता होती है। |
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.
see if we can get any alternative of "कूदने"
Hi @Divyansh013 I have fixed the suggested changes, can you review and let me know if something needs to be fixed in it. Thanks, |
LGTM @ranaaditya , @Qianqianye we can merge this |
Thanks @ranaaditya for translating and @Divyansh013 for reviewing. I will merge it after @TanviKumar approves the translation since all the translations need to be approved by 2 translation stewards. Thanks! |
@Qianqianye this PR can be merged |
Looks great, thanks @ranaaditya @Divyansh013 @TanviKumar 💗 |
I've put up a pull request to add @ranaaditya! 🎉 |
Resolves Hindi Translation of WebGL Contribution Guide
Changes: Add webgl_contribution_guide.md in contributor_docs/hi/ folder
Screenshots of the change:
PR Checklist
npm run lint
passes