Commit Graph

22407 Commits

Author SHA1 Message Date
b4044fe267 Changed a = a + 1 to a++ (#28742)
Changed a = a + 1 to a++ in implementation section.  It is best practice to use a++ rather than a = a + 1
2019-03-17 09:45:59 -07:00
b8b1e029db fixed some semantical issues (#33465) 2019-03-17 17:03:49 +05:30
078e88fd45 YouTube Loop (#32950)
Adding youtube loop values
2019-03-17 16:48:04 +05:30
222948d5ac Reverse a String - Portuguese (#34513)
* Reverse a String - Portuguese

* Add invocation

Co-Authored-By: MGenteluci <mgenteluci97@gmail.com>
2019-03-16 21:30:58 +01:00
452fd54e3c Added russian translate to clone-an-element-using-jquery (#33296) 2019-03-16 21:18:28 +01:00
0afb7cd800 add solution (#28407) 2019-03-16 21:10:33 +01:00
a2ee27a17f add solution (#28341) 2019-03-16 21:08:51 +01:00
0cf2863b5c Update set-the-font-family-of-an-element.arabic.md (#30526) 2019-03-16 21:04:37 +01:00
996883be6c add solution (#28386) 2019-03-16 20:57:39 +01:00
7a0864d716 Repeat a String Repeat a String - Portuguese (#34581)
Solution added to .md
2019-03-16 20:48:46 +01:00
55e7b07eb2 Fixes the CSS blockquote auto-translation (#28991) 2019-03-16 20:41:47 +01:00
bf0b86557f Fixes the CSS blockquote auto-translation (#28988) 2019-03-16 20:41:28 +01:00
347d52519d Fixes the CSS blockquote auto-translation (#28986) 2019-03-16 20:40:57 +01:00
c3d0bef539 Fixes CSS auto-translation (#28983) 2019-03-16 20:40:31 +01:00
5842c09452 Fixes CSS auto-translation (#28982) 2019-03-16 20:39:39 +01:00
efc8a760f0 Fixes CSS auto-translation (#28974) 2019-03-16 20:39:04 +01:00
4669a34554 Fixes CSS auto-translation (#28966) 2019-03-16 20:38:26 +01:00
fce845e5de Fixes auto-translation of 'width' (#28961) 2019-03-16 20:37:58 +01:00
6eb00e6b4e Fixes auto-translation of 'color: red' (#28959) 2019-03-16 20:37:35 +01:00
05a77e6e97 Fixes auto-translation of 'height' (#28956) 2019-03-16 20:37:14 +01:00
d238e6e1cb Fixes auto-translation for 'auto' (#28955)
Also, fixes the spelling of 'container'
2019-03-16 20:36:48 +01:00
198b38f2fc Fixes 'grid-area: cabeçalho' (#28952)
Fixes 'grid-area: cabeçalho' => 'grid-area: header'
Also fixes the spelling of 'container'
2019-03-16 20:36:20 +01:00
2fb9db692f Fixes auto-translation of 'repeat' (#28954) 2019-03-16 20:35:08 +01:00
893ac48f25 Add key value pairs to javascript objects (#34280)
- Added solution to .md file
2019-03-16 20:18:29 +01:00
3f95b5bb0f Comment-your-javascript-code Solution (#30797) 2019-03-16 20:14:29 +01:00
c3adb60957 Fixed the certificate title translation. (#23560) 2019-03-16 20:05:28 +01:00
14ffc613fd Fixed the translated certificate title. (#23556) 2019-03-16 20:04:48 +01:00
64faca718b Changed the definition of stateful components (#34837)
A stateful component is always a class component because functional components can't maintain state by definition. Changed a line to better reflect that.
2019-03-16 19:25:46 +01:00
5af6766bd8 Corrected translation of the challenge Create Media Query (#33898)
* Corrected translation of the challenge Create Media Query

* fixed spanish translation for csss-grid challenge

* Update improve-accessibility-of-audio-content-with-the-audio-element.spanish.md

* corrected aplied accesibility challenge

* Fixed spanish translation submit button challenge

* Corrected translation of the challenge Create Media Query
2019-03-16 19:15:17 +01:00
d16af9f673 Fixed grammatical and misspelling errors. (#27544)
I made changes through the "section and articles" section but stopped there and plan on returning later to finish.
2019-03-16 23:45:00 +05:30
1df8205677 Fixed Spanish Grammar Errorrs (#22647) 2019-03-16 19:06:12 +01:00
fb46f0e7f2 Corrected spelling/grammar mistakes (#31406) 2019-03-16 23:11:23 +05:30
8a49907edd made minor changes to explanation of the grid system (#30370)
added semi colons, periods, and better wording to make the flow of the paragraphs better.
2019-03-16 23:09:43 +05:30
139ab5ba60 Changed CSS to use correct English property (#27044)
Changed 'color de fondo' to background-color in the first example CSS
2019-03-16 18:31:55 +01:00
cd7bcba2aa Corrected code translated to spanish (#35199) 2019-03-16 18:31:07 +01:00
e4f9f7796d spanish translation of challenge text (#35208)
* spanish translation of challenge text

* spanish translation of next challenge text

* spanish translation of third challenge text

* complete translation of nav challenge text

* Spelling correction

* Correction

* Spelling correction

* Spelling correction

* Corrected for flow
2019-03-16 18:30:40 +01:00
bdbbeb0cba fix(curriculum): Hide solution from tests (#35255) 2019-03-16 18:28:51 +01:00
3983b478bf fix: basic-html-and html5 challenge spanish - test (#35482) 2019-03-16 18:27:01 +01:00
6c3b9e048f Small changes in the writing (#35046)
- Changes to talk in an informal way
- Change to the ROT13 spanish version
2019-03-16 18:13:34 +01:00
510e6519cb Improve grammar for the 1st paragraph (#33973) 2019-03-16 18:11:02 +01:00
01915f5013 Improve grammar for the 1st paragraph (#33861) 2019-03-16 18:10:22 +01:00
5dcea016a6 Improve grammar for 1st paragraph (#33854) 2019-03-16 18:09:55 +01:00
90d615351c Alter some lines to get better results on students (#33207)
"Checkbox" and "radio button" are words commonly used in spanish (talking about html), so put those words beside their translations will help a lot to students.
2019-03-16 18:09:19 +01:00
4d4cc72f10 Fixed grammar and punctuation (#32257) 2019-03-16 22:36:20 +05:30
e75fa825d4 Translate comments on Challenge Seed (#33179) 2019-03-16 18:05:32 +01:00
74f45f5109 Grammar fix (#28614)
Changed the first sentence to flow a bit more naturally.
2019-03-16 22:35:16 +05:30
09231d03b0 translate some comments (#33166) 2019-03-16 18:04:58 +01:00
1cd44868aa Add text overflow to text docs (#30454) 2019-03-16 22:33:30 +05:30
f9db23db66 spanish translation (#33121)
there are terms that should not be translated to avoid confussion when reading the docs
2019-03-16 18:00:37 +01:00
5a9962e5eb Update extend-one-set-of-css-styles-to-another-element.spanish.md (#33119)
Added the proper code block element for markdown
2019-03-16 17:59:55 +01:00