Commit Graph

913 Commits (76caf29315e99bc8c44d3e498603730a48f4ec8d)

Author SHA1 Message Date
Matheus Barem 76caf29315 Minor portuguese translation fixes (#23341)
Portuguese translation fixes, terms in portuguese and etc.
2019-05-06 11:56:22 -07:00
Matheus Barem efca4f5f93 Minor portuguese translation fixes (#23318)
Portuguese fixes
2019-05-06 11:54:41 -07:00
Peres Badial 1ceed6c643 Add modifications in the translated documentation (#23143)
I am a Brazilian Portuguese native speaker. My suggestions are intended to improve readability and overall text comprehension by Portuguese speakers.
2019-05-06 11:53:39 -07:00
JaceFrio 842f0078b5 Update to English Translation Consistency (#21319)
Changed all “User Story” to “História do Usuário”
2019-05-06 11:46:01 -07:00
joaomfiumari 5ff9e00151 Update implement-selection-sort.portuguese.md (#21290)
* Update implement-selection-sort.portuguese.md

Improved portuguese translation for selection-sort challenge

* Refactoring markdown titles

Refactoring markdown titles to keep english as default.
2019-05-06 11:42:06 -07:00
RIHANE ZAKARIA a40451feaa Define the Head and Body of an HTML Document for challenge solution (#35826)
* Define the Head and Body of an HTML Document for challenge solution

* edit on check the body tag contain h1 and p tags
2019-05-06 16:44:57 +02:00
Oliver Eyton-Williams cde8035b79 fix: add test for and slight rewrite to hazards of imperative (#35331)
* fix: add test for and slight rewrite to hazards of imperative

* fix: Resolve merge conflict

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/understand-the-hazards-of-using-imperative-code.english.md

Co-Authored-By: ojeytonwilliams <ojeytonwilliams@gmail.com>

* fix: Make the only mistake in seed the use of splice
2019-05-06 07:27:38 -05:00
Beau Carnes b85e849482 fix: Add Api challenges - Portuguese translation (#35165)
* fix: Add Api challenges - Portuguese translation

* fix: md formatting
2019-05-06 06:31:59 -05:00
Beau Carnes 6b1992ee7c fix: Add Api challenges - Chinese translation (#35164)
* fix: Add Api challenges - Chinese translation

* fix: md formatting

* fix: md formatting
2019-05-06 06:31:26 -05:00
Beau Carnes f427fb4b91 fix: add Api challenges - Spanish 2019-05-06 13:48:16 +09:00
Beau Carnes 24a9bb98ac fix: add Api challenges - Russian 2019-05-06 13:40:24 +09:00
Randell Dawson a092c76688 fix: added 22 missing solutions (#35747) 2019-05-03 12:05:26 +02:00
Aditi Joshi 24802779be fix: update sass challenge - russian description (#35545) 2019-05-02 09:09:22 -07:00
Aditi Joshi 9792dcbe09 fix: basic-html-and html5 challenge russian - test (#35544) 2019-05-02 09:08:39 -07:00
Aditi Joshi 834648200d fix: basic-html-and html5 challenge portuguese - test (#35440) 2019-05-02 09:08:06 -07:00
Aditi Joshi 325c36cbf8 fix: basic-html-and html5 challenge chinese - test (#35439) 2019-05-02 09:07:41 -07:00
Aditi Joshi 74cfbc28e3 fix: update sass challenge - chinese description (#35438) 2019-05-02 09:06:31 -07:00
Aditi Joshi 99429d73c5 fix: update sass challenge - portuguese description (#35436) 2019-05-02 09:05:46 -07:00
The Coding Aviator 79b5749c57 curriculum: Change pre and code to blockquote in Advanced Node and Express challenges (#35713)
* curriculum: Change pre and code to blockquote in Advanced Node and Express challenge
2019-05-02 12:19:07 +02:00
Manish Giri b579317e11 fix(curriculum): Add solutions to Bootstrap challenges (#35789)
* fix(curriculum): Add solutions to Bootstrap challenges
2019-05-02 11:24:38 +02:00
Valeriy 5edaee4269 fix(curriculum): throws is not defined 2019-05-02 01:01:00 -07:00
Randell Dawson f51f262104 fix(curriculum): Increased starting font size to fix a bug on Chrome browser for Sass Apply a Style Until a Condition is Met with @while challenge (#35935)
* fix: increased starting font size for Chrome

* fix: slight verbiage change

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

* fix/remove-extra-space
2019-05-01 09:08:38 -05:00
Randell Dawson 409aa30b0a fix(curriculum): add new test to use calculated space for Use grid-column to Control Spacing challenge (#35893)
* fix: use calculated space for test

* fix: reworded comment

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

* fix: changed After Test to Before Test

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-05-01 14:08:35 +05:30
Randell Dawson 365ce2ddc7 fix(curriculum): Added test and corrected solution for Restrict Possible Usernames challenge (#35847)
* fix: added test and corrected solution

* fix: removed redundant regex

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-04-30 20:40:38 -05:00
Randell Dawson 3bff4151cf fix: rewrote challenge instructions and tests (#35899) 2019-04-30 20:19:06 -05:00
Randell Dawson 7d7a1127a7 fix: remove comments before tests (#35906) 2019-04-30 19:26:07 -05:00
Randell Dawson 66398a9300 fix(curriculum): Improved the tests for Find the length of a String challenge (#35940)
* fix: split tests into two requests

* fix: removed typeof number check

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

* fix: remove unneeded After Test section
2019-04-30 19:12:22 -05:00
Oliver Eyton-Williams e3529a8449 fix: Add solutions for Sass challenges (#35777) 2019-04-30 18:55:22 -05:00
RIHANE ZAKARIA 6630b2be7a bug fix / test of Spread Operator javascript challenge / english (#35856)
* bug fix test with the Spread Operator

* test of Spread Operator javascript challenge / english / change test and add a helper function
2019-04-30 18:37:26 -05:00
The Coding Aviator a2a278e937 fix: Moved instruction to proper place and removed assert text in Font Awesome challenges (#35928)
* fix: Moved instruction to proper place and removed assert text

* Add suggestion about making note strong

Co-Authored-By: thecodingaviator <34807532+thecodingaviator@users.noreply.github.com>
2019-04-29 15:51:03 +02:00
Manish Giri 1015f1ec6e fix(curriculum): Add solution to jQuery challenges (#35776) 2019-04-28 12:28:47 -07:00
Huyen Nguyen 5b32e98c4a fix(curriculum): Add solutions to Applied Visual Design challenges (#35815)
* fix: add solutions to Applied Visual Design challenges

* fix: remove extra opening style tag
2019-04-28 13:13:38 -05:00
Tina Wang bc986a4728 Moved font-awesome challenges to Font Awesome v5.8.1 (#35813)
* update font awesome challenge to font awesome 5

* v5 syntax changed
2019-04-28 15:00:27 +05:30
Randell Dawson 102c2b829a fix: added 15 missing solutions (#35745) 2019-04-28 14:31:14 +05:30
Aditi Joshi 8dffd3b124 Fix/update challenge for responsive web design principles chinese (#35918)
* Fix/update challenges for responsive-web-design-principles chinese

* fix: corrected translation
2019-04-27 00:26:22 -07:00
Aditi Joshi ce1b1525cb Fix/update challenges for responsive-web-design-principles spanish (#35915) 2019-04-27 00:00:23 -07:00
Aly Pilkons dae22c95c3 Edit Instructions Text To Make Goal Clearer (#35887)
* Edit Instructions Text To Make Goal Clearer

The instructions end with "using the object provided" which is unclear since the user is expected to create their own name for the object. Users may think they need to reference an object name and be confused when they do not find it. Reiterating that the user needs to create the name for the object themselves makes the task clearer.

* Updated commit based on comments
2019-04-26 18:33:04 +05:30
Ivan Gretsky 7d4b630478 Update russian translation for add-flex-superpowers-to-the-tweet-embe… (#33470)
* Update russian translation for add-flex-superpowers-to-the-tweet-embed.russian

* Make title sound more polite in Russian
2019-04-25 00:47:38 -07:00
Sergey Lebedev 099e38976e Fixed a few words for the Russian translation. (#33421)
* Fixed a few words for the Russian translation.

* Update avoid-colorblindness-issues-by-using-sufficient-contrast.russian.md
2019-04-25 00:30:26 -07:00
Sergey Lebedev 2437a38225 Fixed few words. (#33402) 2019-04-25 00:25:54 -07:00
Sergey Lebedev d8baed4dbf Fixed few words. (#33406) 2019-04-25 00:25:30 -07:00
Ivan Gretsky 113ab99988 Update russian translation in use-the-flex-direction-property-to-make-a-column.russian.md (#33532) 2019-04-25 00:24:27 -07:00
elcodex 4ff7eb5a46 [Ru] Improved translation of product-landing-page (#33742)
Changed the title and improved translation in the file build-a-product-landing-page.russian.md
2019-04-25 00:22:10 -07:00
Ivan Gretsky 6abdcc9aed Update russian translation for apply-the-flex-direction-property-to-create-rows-in-the-tweet-embed.russian.md (#33504) 2019-04-25 00:19:39 -07:00
Ivan Gretsky 762dccffcc Update Russian translation for use-display-flex-to-position-two-boxes.russian.md (#33455)
* Update translation for use-display-flex-to-position-two-boxes.russian.md

* Make title sound more polite in Russian
2019-04-25 00:10:25 -07:00
Redhairedgadget c3143798cb Translation fix for uncomment-html.russian.md (#31861)
- Translated headings;
- Fixed translation mistakes.
2019-04-25 00:05:17 -07:00
aweza13 96d3d50124 Update use-hex-code-to-mix-colors.russian.md (#32921) 2019-04-24 23:59:10 -07:00
Redhairedgadget 8c0fa83afe Translation fix for headline-with-the-h2-element.russian.md (#31827)
- Translated headings;
- Fixed translation mistakes.
2019-04-24 23:57:51 -07:00
aweza13 0ce3e3289c Update use-rgb-values-to-color-elements.russian.md (#32916)
* Update use-rgb-values-to-color-elements.russian.md

* Update use-rgb-values-to-color-elements.russian.md
2019-04-24 23:57:24 -07:00
elcodex 3b826f5447 [Rus] Improved translation of build-a-survey-form (#32029) 2019-04-24 23:55:16 -07:00