-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update index.md #29
Update index.md #29
Conversation
If any changes errors corrections, comment here to let me know. Thanks! |
docs/tutorial/part-three/index.md
Outdated
|
||
> There are already hundreds of plugins! Explore the Gatsby [Plugin Library](/plugins/). | ||
> आधीच शेकडो प्लगइन आहेत! गॅटस्बी [Plugin Library](/plugins/) एक्सप्लोर कर. |
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.
कर -> करा
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.
Done. Please check.
Thanks for your review!
docs/tutorial/part-three/index.md
Outdated
|
||
As we mentioned in [part two](/tutorial/part-two/), at this point it's probably a good idea to close the terminal window(s) and project files from previous parts of the tutorial, to keep things clean on your desktop. Then open a new terminal window and run the following commands to create a new Gatsby site in a directory called `tutorial-part-three` and then move to this new directory: | ||
[part two](/tutorial/part-two/), आम्ही या टप्प्यावर नमूद केल्याप्रमाणे आपल्या डेस्कटॉपवर गोष्टी क्लीन ठेवण्यासाठी ट्यूटोरियलच्या मागील भागांमधील टर्मिनल विंडो आणि प्रोजेक्ट फाइल्स बंद करणे ही चांगली कल्पना आहे. | ||
नंतर एक नवीन टर्मिनल विंडो उघडा आणि commands `tutorial-part-three` नावाच्या निर्देशिकेत नवीन गॅटस्बी साइट तयार करण्यासाठी पुढील आज्ञा चालवा आणि नंतर या नवीन निर्देशिकेत जा: |
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.
Don't translate command keep as is or कमांड
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.
Done. Please check.
Thanks for your review!
docs/tutorial/part-three/index.md
Outdated
|
||
```shell | ||
gatsby new tutorial-part-three https://github.com/gatsbyjs/gatsby-starter-hello-world | ||
cd tutorial-part-three | ||
``` | ||
|
||
### ✋ Install and configure `gatsby-plugin-typography` | ||
### ✋ स्थापित करा आणि कॉन्फिगर करा `gatsby-plugin-typography` |
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.
इंस्टॉल
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.
Done. Please check.
Thanks for your review!
docs/tutorial/part-three/index.md
Outdated
|
||
There are two main steps to using a plugin: Installing and configuring. | ||
प्लगइन वापरण्यासाठी दोन मुख्य चरण आहेतः स्थापित करणे आणि संरचीत करणे. |
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.
इंस्टॉल आणि कॉन्फिगर करणे
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.
Done. Please check.
Thanks for your review!
docs/tutorial/part-three/index.md
Outdated
|
||
1. Install the `gatsby-plugin-typography` NPM package. | ||
1. स्थापित करा `gatsby-plugin-typography` NPM पॅकेज. |
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.
इंस्टॉल
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.
Done. Please check.
Thanks for your review!
docs/tutorial/part-three/index.md
Outdated
|
||
3. Typography.js needs a configuration file. Create a new directory called `utils` in the `src` directory. Then add a new file called `typography.js` to `utils` and copy the following into the file: | ||
3. Typography.js ला कॉन्फिगरेशन फाईलची आवश्यकता आहे. `Src` निर्देशिकेत `utils` नावाची नवीन निर्देशिका तयार करा. नंतर `utils` मध्ये `typography.js` नावाची एक नवीन फाईल जोडा आणि फाइलमध्ये खालील कॉपी करा: |
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.
Src -> src
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.
Done. Please check.
Thanks for your review!
docs/tutorial/part-three/index.md
Outdated
|
||
### ✋ Create your first layout component | ||
### ✋ आपला प्रथम लेआउट घटक तयार करा |
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 कॉम्पोनन्ट
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.
Done. Please check.
Thanks for your review!
docs/tutorial/part-three/index.md
Outdated
@@ -189,7 +189,7 @@ export default ({ children }) => ( | |||
) | |||
``` | |||
|
|||
3. Import this new layout component into your `src/pages/index.js` page component: | |||
3. हा नवीन लेआउट कॉम्पोनन्ट आपल्या `src/pages/index.js` पेज कॉम्पोनन्ट आयात करा: |
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 import, don't translate
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.
Done. Please check.
Thanks for your review!
docs/tutorial/part-three/index.md
Outdated
|
||
Gatsby plugins are JavaScript packages that help add functionality to a Gatsby site. Gatsby is designed to be extensible, which means plugins are able to extend and modify just about everything Gatsby does. | ||
गॅटस्बी प्लगइन्स Javascript पॅकेजेस आहेत जी गॅटस्बी साइटवर कार्यक्षमता जोडण्यास मदत करतात. गॅटस्बी एक्सटेंसिबल म्हणून डिझाइन केले गेले आहे, याचा अर्थ असा आहे की गॅट्सबी जे काही करतो त्याबद्दल प्लगइन केवळ विस्तारित आणि सुधारित करण्यास सक्षम आहेत. |
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.
गॅट्सबी =>गॅटस्बी
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.
Please check. Now corrected.
Thanks for your review!
Have made the needful corrections of Translation-tutorial part three. |
Hey, @abhaypawar you have been doing a mesmerizing work! thanks, |
@visshaljagtap Please review the changes suggested by you. Thanks again! |
@abhaypawar LGTM! |
Translated the Tutorial/part-three successfully. Please check and review. @spielers and @visshaljagtap.
Thanks to you!