Skip to content
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

Translate Tutorial #83

Merged
merged 30 commits into from
Feb 15, 2019
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
62e0c7a
Translate before we start section
ivandevp Feb 4, 2019
7488080
Translate what we are building section
ivandevp Feb 4, 2019
8391373
Translate prerequisites section
ivandevp Feb 4, 2019
ab0390d
Translate setup for the tutorial section
ivandevp Feb 7, 2019
970f4ba
Translate overview section
ivandevp Feb 7, 2019
fa843bb
Translate Inspecting the Starter Code section
ivandevp Feb 8, 2019
4a703b4
Translate Passing Data Through Props section
ivandevp Feb 8, 2019
d399d16
Translate Making an Interactive Component section
ivandevp Feb 8, 2019
65bbc3d
Translate Developer Tools section
ivandevp Feb 8, 2019
482934b
Merge branch 'master' into translate/tutorial
tesseralis Feb 9, 2019
a44ab13
Merge upstream changes
ivandevp Feb 11, 2019
2969d71
Undo translated ids in navigation file
ivandevp Feb 11, 2019
baa47c0
Merge branch 'translate/tutorial' of github.com:ivandevp/es.reactjs.o…
ivandevp Feb 11, 2019
aa686b6
WIP: Translate Lifting State Up section
ivandevp Feb 11, 2019
6b77a81
DONE: Translate Lifting state up section
ivandevp Feb 11, 2019
c977854
Translate Why Immutability Is Important section
ivandevp Feb 11, 2019
d6e0a3e
Translate Function Components section
ivandevp Feb 11, 2019
840264d
Translate Taking Turns section
ivandevp Feb 11, 2019
89de65a
Translate Declaring a Winner section
ivandevp Feb 11, 2019
50c2184
Translate Storing a History of Moves section
ivandevp Feb 11, 2019
eb2c592
Translate Lifting State Up, Again section
ivandevp Feb 11, 2019
7bff8f3
Translate Showing the Past Moves section
ivandevp Feb 11, 2019
0e47f8e
Translate Picking a Key section
ivandevp Feb 11, 2019
f0035cd
Translate Implementing Time Travel
ivandevp Feb 11, 2019
74cea0c
Translate Wrapping Up section
ivandevp Feb 11, 2019
e92f23a
Update navigation titles
ivandevp Feb 11, 2019
6fe4ffa
Fix translated ids
ivandevp Feb 11, 2019
ac35b70
Fix typo
ivandevp Feb 13, 2019
2735405
Fix typos, update Spanish docs, rollback code fragments translated
ivandevp Feb 14, 2019
617dd04
Fix typo
ivandevp Feb 14, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions content/tutorial/nav.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
- title: Tutorial
items:
- id: before-we-start-the-tutorial
title: Before We Start the Tutorial
href: /tutorial/tutorial.html#before-we-start-the-tutorial
- id: antes-de-empezar-el-tutorial
title: Antes de empezar el tutorial
href: /tutorial/tutorial.html#antes-de-empezar-el-tutorial
forceInternal: true
subitems:
- id: what-are-we-building
title: What Are We Building?
href: /tutorial/tutorial.html#what-are-we-building
- id: que-estamos-construyendo
Copy link
Member

Choose a reason for hiding this comment

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

Please leave the ids untranslated

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, got it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

title: ¿Qué estamos construyendo?
href: /tutorial/tutorial.html#que-estamos-construyendo
forceInternal: true
- id: prerequisites
title: Prerequisites
href: /tutorial/tutorial.html#prerequisites
- id: prerequisitos
title: Prerequisitos
href: /tutorial/tutorial.html#prerequisitos
forceInternal: true
- id: setup-for-the-tutorial
title: Setup for the Tutorial
Expand Down
Loading