-
Notifications
You must be signed in to change notification settings - Fork 57
Translate React tutorial #10
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
Conversation
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 @galtalmor , added some comments on your translation. if you can fix those we can merge the PR
content/tutorial/nav.yml
Outdated
@@ -1,111 +1,111 @@ | |||
- title: Tutorial | |||
items: | |||
- id: before-we-start-the-tutorial | |||
title: Before We Start the Tutorial | |||
title: לפני שאנחנו מתחילים במדיך |
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.
A little typo here. במדיך -> במדריך
content/tutorial/nav.yml
Outdated
href: /tutorial/tutorial.html#completing-the-game | ||
forceInternal: true | ||
subitems: | ||
- id: lifting-state-up | ||
title: Lifting State Up | ||
title: הרמת המצב למעלה |
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.
I think we should use the word "State" here as you used "Props" and "React" above.
content/tutorial/nav.yml
Outdated
href: /tutorial/tutorial.html#storing-a-history-of-moves | ||
forceInternal: true | ||
- id: lifting-state-up-again | ||
title: Lifting State Up, Again | ||
title: הרמת המצב למעלה, שוב |
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 the comment - "I think we should use the word "State" here as you used "Props" and "React" above." above
content/tutorial/tutorial.md
Outdated
|
||
## Before We Start the Tutorial {#before-we-start-the-tutorial} | ||
## לפני שאנחנו מתחילים במדיך {#before-we-start-the-tutorial} |
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.
Little type here: במדיך -> במדריך
content/tutorial/tutorial.md
Outdated
|
||
You can close the tic-tac-toe game once you're familiar with it. We'll be starting from a simpler template in this tutorial. Our next step is to set you up so that you can start building the game. | ||
תוכלו לסגור את משחק האיסק-עיגול ברגע שאתם מבינים אותו. אנו מתחילים מתבנית פשוטה יותר במדריך זה. השלב הבא שלנו הוא לארגן אתכם כך שתוכלו להתחיל לבנות את המשחק. |
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.
Little type here: האיסק -> האיקס
content/tutorial/tutorial.md
Outdated
|
||
Now that you're set up, let's get an overview of React! | ||
כעת שאתם מוכנין, בואו נקבל סקירה כללית של 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.
Little typo: מוכנין -> מוכנים
Thanks @bentlusty . Fixed. |
@bentlusty Can we merge? |
Includes both: