Commit Graph

681 Commits

Author SHA1 Message Date
Nathan Lakritz
c31d1e2de9 Add semicolon to inline CSS (#34737) 2019-03-14 01:08:25 +05:30
Greg Brewton
0b3415b2fa Clarifies definitions and adds missing definition (#28591)
Corrects incomplete definitions of space-between space-around values and adds definition of space-evenly value
2019-03-13 11:10:37 -07:00
Jose Rodriguez
21363e945c Redaction and translation updated. (#19761)
Enhanced redaction and translation, made a better explanation to enhance the understanding about the description, the instructions, the tests and the challenge seed.
2019-03-13 19:02:51 +01:00
Ron Sogueco
748212f99c fix: Test fails with comments (#35079)
* fix: Test fails with comments

* fix: Account for last line of code

* fix: false positive for padding clockwise notation

* fix: false positive for commented blue-box class

* fix: use same assertion as #35342

* fix: update Solution section

* fix: update last test for margin/padding challenges
2019-03-13 13:54:59 -04:00
Juani Brex
ad53f33da0 Change the open label name to <style> and added : (#33053) 2019-03-13 18:29:19 +01:00
xplook
61d9611c7c Spanish Improvements (#30334) 2019-03-13 18:20:26 +01:00
Lola
2f0f1711a8 Corrected Spanish grammar. (#29785) 2019-03-13 18:19:27 +01:00
Estevarena
3ec07433f0 Minor changes to translation, plus layout. (#29698) 2019-03-13 18:17:53 +01:00
coriwilliam
5c59201546 Improve translation of Spanish (#28778) 2019-03-13 18:12:07 +01:00
Luciano Marques
b72e89a4cc fix translator errors. adding solution from english (#28601) 2019-03-13 18:11:32 +01:00
Sumer Patel
4f22235cc6 fix: broken tests in add-axes-to-a-visualization-challenge-in-d3 (Issue: #35554) (#35577) 2019-03-13 13:53:02 +05:30
Lauren Van Sloun
ef86d7bd61 Fixed typo in JavaScript curriculum (#34820)
* Fixed typo in JavaScript curriculum

* Added missing period at end of sentence
2019-03-12 15:05:22 -07:00
Vedrana_R
0ffdae1093 Fixed interpunction in the introduction paragraph (#32157)
* Fixed interpunction in the introduction paragraph

* fix: made suggested change
2019-03-12 14:53:17 -07:00
chaufon
086956b901 Make some adjustments (#33021)
I also had to change the text "Enviar" to "Submit" in the instructions section in order to pass the test.
2019-03-12 22:06:15 +01:00
lasjorg
494687f75e fix: correct inconsistency in formatting (#34721)
* fix: correct inconsistency in formatting

* fix: remove space before parentheses
2019-03-12 13:49:54 -07:00
Ulises Ibarra
362f3ad488 Changed 'cuerpo' to body in CSS example (#27585) 2019-03-11 20:38:48 +01:00
Luciano Marques
2ae32d13aa add solution from english (#28442) 2019-03-11 20:29:48 +01:00
Luciano Marques
7be8ded2c1 methods back to english (#28434) 2019-03-11 20:29:14 +01:00
dodzon
f8bcea46a1 Add the improved Russian translation to this challenge (#29979) 2019-03-11 20:27:41 +01:00
Sebastian Alcantara
cca59f7884 Changed CSS code in use-css-selectors-to-style-elements.spanish.md back to English (#27821)
And made some addicional translation corrections
2019-03-11 20:26:39 +01:00
Sebastian Alcantara
54bcc6b0ce Made some fixes on the translation of style-the-html-body-element.spanish.md (#27577)
* Changed back to english the CSS code of style-the-html-body-element.spanish.md and made translation corrections

* Additional translation fixes on style-the-html-body-element.spanish.md

Noticed some more things to fix just after I made the first commit, sorry!
2019-03-11 20:23:35 +01:00
Mewael K
5fd020fa4f Added the title (#28611) 2019-03-10 23:28:40 +01:00
Mewael K
0c3ac0e894 Added description and instructions (#28619) 2019-03-10 23:14:02 +01:00
Sebastian Alcantara
ae8e43b174 Changed CSS code back to english on size-your-images.spanish.md and fixed localTitle (#27584)
* Changed CSS code back to english on size-your-images.spanish.md and fixed localTitle

* Changed title of "Description" section to "Descripción"
2019-03-10 23:08:13 +01:00
Ulises Ibarra
e8ff81210c Change 'ancho' to width in CSS only (#27556)
For the correct CSS property in English
2019-03-10 23:07:55 +01:00
Ulises Ibarra
34df551a8c Fixed mistakenly translated CSS example (#27060)
Changed the id and property
2019-03-10 23:01:37 +01:00
Sebastian Alcantara
9e5c692d79 change-the-font-size-of-an-element.spanish.md - Corrected the code text of the example and made some translation improvements (#27562)
The CSS keywords of the example were in spanish. Fixed that, and made some general improvements of the translation.
2019-03-10 22:52:31 +01:00
Dana Ottaviani
0a2aa3dcfa feat: add solution to accessibility challenge (#35553)
* feat: add solution to accessibility challenge

* Remove space before closing `time` tag

Co-Authored-By: Dana94 <dana.ottaviani@gmail.com>
2019-03-10 11:09:57 -07:00
Jonathan Neidel
95aacb6c02 Update challenge descriptions with code tags (#35539)
* Update challenge descriptions with code tags

Updates multiple challanges in the category: Information Security with
HelmetJS

* Fix(wording): security with helmetjs

Co-Authored-By: jneidel <github@jneidel.com>
2019-03-10 08:21:12 -07:00
Randell Dawson
49db42ba2b fix(curriculum) Replace <code> with <blockquote>for code sections (#35442)
* fix: reformatted code and moved instructions

* fix: replaced code with blockquotes

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/chain-search-query-helpers-to-narrow-search-results.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/install-and-set-up-mongoose.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-a-model.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: made a few recommended changes of text

* fix: moved </blockquote> to new line

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: removed extra space

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/chain-search-query-helpers-to-narrow-search-results.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-a-model.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: added the word The before code tag section
2019-03-09 08:49:19 -06:00
Randell Dawson
f6d07f37d7 fix: created more flexible test (#35325) 2019-03-08 11:07:50 -06:00
gabysantosw
47441d9c1f Some corrections and fixed untranslated word (#19602) 2019-03-08 13:02:16 +01:00
Royu
5a3e6fb817 Fixed translation mistakes and typos (#26898)
I have fixed some translation mistakes and typos as well as eliminated some duplicated elements.
2019-03-08 12:54:53 +01:00
Royu
5cd40a6efa Fixed translations mistakes (#26868)
I have fixed some translation mistakes as well as concepts that differ in spanish from english.
2019-03-08 12:54:23 +01:00
Royu
cadaf509be Fixed typos and translation mistakes (#26812)
Fixed some typos as well as deleted some repeated words and expressions. Fixed also some translation mistakes.
2019-03-08 12:53:30 +01:00
Royu
0ca1eab0fc Translation improvement and syntax correction (#26786)
I have corrected some grammar mistakes as well as improven the spanish translation to a more correct version of it.
2019-03-08 12:52:40 +01:00
Royu
ca2a342c48 Fixed Spanish syntax mistakes (#26728)
I fixed some syntax mistakes in order to be a well written spanish text as well as some transaltion mistakes.
2019-03-08 12:52:02 +01:00
Luis Ignacio
46090d6baa Update fill-in-the-blank-with-placeholder-text.spanish.md (#26578)
Words between the "code" tags traduced and other words
2019-03-08 12:51:18 +01:00
Luis Ignacio
e46f697648 Update inform-with-the-paragraph-element.spanish.md (#26574)
Words between the "code" tags traduced and correction of some grammatical errors.
2019-03-08 12:50:26 +01:00
Luis Ignacio
1a5cdeae7b Update say-hello-to-html-elements.spanish.md (#26558)
Traduced the words between the <code> tags
2019-03-08 12:49:30 +01:00
Angelica Acosta
fe90c136c3 Improving Spanish translations for portfolio-webpage (#26426)
A better translation for 'portfolio' in terms of web development in Spanish is 'portafolio'. 
Salutes
2019-03-08 12:33:39 +01:00
melascuco
f1c13b8b30 Fix the no convenient translation of return (#26150)
The return statement in the code inside the description should not be translated.
2019-03-08 12:32:54 +01:00
melascuco
f7f1b4cbc7 Fix Mad Libs sample in Spanish translation (#26107)
The sentence used to describe the fill in the blanks game in Spanish is not gramatically correct, fixed with a suggestion that is.
2019-03-08 12:32:19 +01:00
melascuco
15da2cf118 Fix partial Spanish translations (#26069)
The description and test in count-backwards-with-a-for-loop Spanish translation contains incoherent translations of reserved words (for / para), variable declarations (ourArray) and tests literals.
2019-03-08 12:31:34 +01:00
Bannon Tanner
9ebaa10eea added clarification in test text (#26458)
* added clarification in test text

fix to issue #17490

* moved the note from the test text to description

* fix: updated note sytnax
2019-03-08 14:01:47 +05:30
The Coding Aviator
8069923feb 24 Game: Move instruction to instructions section 2019-03-08 15:53:02 +09:00
The Coding Aviator
084ba9c782 fix(formatting): Minor changes in 24 Game challenge 2019-03-08 15:53:02 +09:00
The Coding Aviator
f8061bcb56 Fixed formatting of the 24 Game | Rosetta challenge 2019-03-08 15:53:02 +09:00
Adonaí J Arellano
7cc72bd469 "icono" to "ícono" (#26055)
Accents, y'know.
2019-03-07 18:38:23 +01:00
melascuco
4ec558ea3f Fix instructions to be coherent with the tests (#26053)
Fix instructions in chaining-if-else-statements Spanish translations, where literals shouldn't be translated into Spanish to be aligned with the tests descriptions.
2019-03-07 18:37:39 +01:00