Commit Graph

804 Commits (cc27a90254b928e6f4411ed650fa74867764210c)

Author SHA1 Message Date
The Coding Aviator 17715a795e fix(formatting): Zhang-Suen | Rosetta Code (#35472)
* fix(formatting): Move challenge instructions to instruction section

* Fix table and list

* fix(curriculum): Zhangsuen

* fix(curriculum): add bold tags

* Fix typo in instructions
2019-03-18 17:19:02 +09:00
Matheus Genteluci 117e198b1e Return largest numbers in array - Portuguese (#34515)
* Return largest numbers in array - Portuguese

added solution

* Add invocation to the solution
2019-03-18 08:30:41 +01:00
Randell Dawson 9051ad2eb5 Fixed bug allowing versions of Object.keys method and hard coding of ownProps array (#35021)
* fix: disallow variants of Object.keys method

* fix: added new test to help prevent hardcoding array

* fix: refactored regex
2019-03-17 18:47:41 -04:00
Roberto Beltran fb8dcd4dbc Make link text more descriptive (#35218)
* Make link text more descriptive

Make link text more descriptive for improved accessibility.

* Add mention of MDN to link description

As suggested by Sidak Singh Aulakh, added reference to MDN web docs which is the link's destination.

* Update curriculum/challenges/english/03-front-end-libraries/jquery/change-text-inside-an-element-using-jquery.english.md

Adjust link wording

Co-Authored-By: RobertoJBeltran <45843750+RobertoJBeltran@users.noreply.github.com>
2019-03-17 16:47:30 -04:00
Matheus Genteluci 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
Pavel 452fd54e3c Added russian translate to clone-an-element-using-jquery (#33296) 2019-03-16 21:18:28 +01:00
lucielchoi707 0afb7cd800 add solution (#28407) 2019-03-16 21:10:33 +01:00
lucielchoi707 a2ee27a17f add solution (#28341) 2019-03-16 21:08:51 +01:00
Assil 0cf2863b5c Update set-the-font-family-of-an-element.arabic.md (#30526) 2019-03-16 21:04:37 +01:00
lucielchoi707 996883be6c add solution (#28386) 2019-03-16 20:57:39 +01:00
Matheus Genteluci 7a0864d716 Repeat a String Repeat a String - Portuguese (#34581)
Solution added to .md
2019-03-16 20:48:46 +01:00
Bruno Nash 55e7b07eb2 Fixes the CSS blockquote auto-translation (#28991) 2019-03-16 20:41:47 +01:00
Bruno Nash bf0b86557f Fixes the CSS blockquote auto-translation (#28988) 2019-03-16 20:41:28 +01:00
Bruno Nash 347d52519d Fixes the CSS blockquote auto-translation (#28986) 2019-03-16 20:40:57 +01:00
Bruno Nash c3d0bef539 Fixes CSS auto-translation (#28983) 2019-03-16 20:40:31 +01:00
Bruno Nash 5842c09452 Fixes CSS auto-translation (#28982) 2019-03-16 20:39:39 +01:00
Bruno Nash efc8a760f0 Fixes CSS auto-translation (#28974) 2019-03-16 20:39:04 +01:00
Bruno Nash 4669a34554 Fixes CSS auto-translation (#28966) 2019-03-16 20:38:26 +01:00
Bruno Nash fce845e5de Fixes auto-translation of 'width' (#28961) 2019-03-16 20:37:58 +01:00
Bruno Nash 6eb00e6b4e Fixes auto-translation of 'color: red' (#28959) 2019-03-16 20:37:35 +01:00
Bruno Nash 05a77e6e97 Fixes auto-translation of 'height' (#28956) 2019-03-16 20:37:14 +01:00
Bruno Nash d238e6e1cb Fixes auto-translation for 'auto' (#28955)
Also, fixes the spelling of 'container'
2019-03-16 20:36:48 +01:00
Bruno Nash 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
Bruno Nash 2fb9db692f Fixes auto-translation of 'repeat' (#28954) 2019-03-16 20:35:08 +01:00
Matheus Genteluci 893ac48f25 Add key value pairs to javascript objects (#34280)
- Added solution to .md file
2019-03-16 20:18:29 +01:00
Matheus Genteluci 3f95b5bb0f Comment-your-javascript-code Solution (#30797) 2019-03-16 20:14:29 +01:00
Rodrigo Sessegolo Pimpão c3adb60957 Fixed the certificate title translation. (#23560) 2019-03-16 20:05:28 +01:00
Rodrigo Sessegolo Pimpão 14ffc613fd Fixed the translated certificate title. (#23556) 2019-03-16 20:04:48 +01:00
kevindelsh 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
anamariaaya 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
Diego Arias García 1df8205677 Fixed Spanish Grammar Errorrs (#22647) 2019-03-16 19:06:12 +01:00
Ulises Ibarra 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
Arturo cd7bcba2aa Corrected code translated to spanish (#35199) 2019-03-16 18:31:07 +01:00
S.Hale 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
The Coding Aviator bdbbeb0cba fix(curriculum): Hide solution from tests (#35255) 2019-03-16 18:28:51 +01:00
Aditi Joshi 3983b478bf fix: basic-html-and html5 challenge spanish - test (#35482) 2019-03-16 18:27:01 +01:00
Héctor Estéllez 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
Farith Comas 510e6519cb Improve grammar for the 1st paragraph (#33973) 2019-03-16 18:11:02 +01:00
Farith Comas 01915f5013 Improve grammar for the 1st paragraph (#33861) 2019-03-16 18:10:22 +01:00
Farith Comas 5dcea016a6 Improve grammar for 1st paragraph (#33854) 2019-03-16 18:09:55 +01:00
chaufon 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
Naaani e75fa825d4 Translate comments on Challenge Seed (#33179) 2019-03-16 18:05:32 +01:00
Naaani 09231d03b0 translate some comments (#33166) 2019-03-16 18:04:58 +01:00
pako herrera 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
pako herrera 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
Tomas Pozo 766a737e53 Translate challenge and fix references (#32696)
Standardize informal treat.
Refactor text to fix grammar.
2019-03-16 17:57:26 +01:00
David Reyes Pucheta 9120d5c01d Update implement-quick-sort.spanish.md (#32023)
Fix wrong spanish translation of the description of the algorithm
2019-03-16 17:55:39 +01:00
David Reyes Pucheta ff12517e37 Update implement-selection-sort.spanish.md (#32016)
Fix wrong translation of 'selection sort'  to spanish
2019-03-16 17:54:50 +01:00
David Reyes Pucheta 5fd6c73400 Update inventory-update.spanish.md (#32006) 2019-03-16 17:06:23 +01:00
David Reyes Pucheta 9387913344 Update no-repeats-please.spanish.md (#31999) 2019-03-16 17:05:36 +01:00