-
Notifications
You must be signed in to change notification settings - Fork 123
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
React "Installation" page translated into hindi. #243
Conversation
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
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.
Awesome work.
I have added a couple of suggestions, once those are fixed this is good to merge.
src/content/learn/installation.md
Outdated
--- | ||
|
||
<Intro> | ||
|
||
React has been designed from the start for gradual adoption. You can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to an HTML page, or start a complex React-powered app, this section will help you get started. | ||
React को शुरु से ही धीरे-धीरे अपनाने के लिए डिज़ाइन किया गया है। तुम जितना चाहो, उतना React का यूज़ कर सकते हो। चाहे आप React की एक झलक पाना चाहते हो, HTML पेज में कुछ इंटरएक्टिविटी जोड़ना चाहते हो, या एक काम्प्लेक्स React-पॉवर्ड ऐप शुरू करना चाहते हो, यह सेक्शन आपकी शुरुआत में मदद करेगा। |
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.
React को शुरु से ही धीरे-धीरे अपनाने के लिए डिज़ाइन किया गया है। तुम जितना चाहो, उतना React का यूज़ कर सकते हो। चाहे आप React की एक झलक पाना चाहते हो, HTML पेज में कुछ इंटरएक्टिविटी जोड़ना चाहते हो, या एक काम्प्लेक्स React-पॉवर्ड ऐप शुरू करना चाहते हो, यह सेक्शन आपकी शुरुआत में मदद करेगा। | |
React को शुरु से ही धीरे-धीरे अपनाने के लिए डिज़ाइन किया गया है। आप जितना चाहें, उतना React का यूज़ कर सकते हो। चाहे आप React की एक झलक पाना चाहते हो, HTML पेज में कुछ इंटरएक्टिविटी ऐड करना चाहते हो, या एक काम्प्लेक्स React-पॉवर्ड ऐप शुरू करना चाहते हो, यह सेक्शन आपकी शुरुआत में मदद करेगा। |
src/content/learn/installation.md
Outdated
|
||
</YouWillLearn> | ||
|
||
## Try React {/*try-react*/} | ||
## रिएक्ट को आजमाएं {/*try-react*/} |
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.
## रिएक्ट को आजमाएं {/*try-react*/} | |
## React को आजमाएं {/*try-react*/} |
src/content/learn/installation.md
Outdated
|
||
Most pages in the React documentation contain sandboxes like this. Outside of the React documentation, there are many online sandboxes that support React: for example, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), or [CodePen.](https://codepen.io/pen?&editors=0010&layout=left&prefill_data_id=3f4569d1-1b11-4bce-bd46-89090eed5ddb) | ||
React डॉक्युमेंटेशन में बहुत से पेज में इस तरह के सैंडबॉक्स शामिल हैं। React डॉक्युमेंटेशन के बाहर, बहुत सारे ऑनलाइन सैंडबॉक्स हैं जो React को सपोर्ट करते हैं: उदाहरण के लिए, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react) , या [CodePen.](https://codepen.io/pen?&editors=0010&layout=left&prefill_data_id=3f4569d1-1b11-4bce-bd46-89090eed5ddb) |
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.
React डॉक्युमेंटेशन में बहुत से पेज में इस तरह के सैंडबॉक्स शामिल हैं। React डॉक्युमेंटेशन के बाहर, बहुत सारे ऑनलाइन सैंडबॉक्स हैं जो React को सपोर्ट करते हैं: उदाहरण के लिए, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react) , या [CodePen.](https://codepen.io/pen?&editors=0010&layout=left&prefill_data_id=3f4569d1-1b11-4bce-bd46-89090eed5ddb) | |
React डॉक्युमेंटेशन में बहुत से पेज में इस तरह के सैंडबॉक्स शामिल हैं। React डॉक्युमेंटेशन के बाहर, बहुत सारे ऑनलाइन सैंडबॉक्स हैं जो React को सपोर्ट करते हैं: उदाहरण के लिए, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react) , या [CodePen।](https://codepen.io/pen?&editors=0010&layout=left&prefill_data_id=3f4569d1-1b11-4bce-bd46-89090eed5ddb) |
I made all the changes as you suggested! |
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.
Looks good. Thanks
Hindi translation of "Installation" page of React Documentation.