Commit Graph

35 Commits (3cc53b78f1b67a8a4d8a1bbd4b200c2d17ee8638)

Author SHA1 Message Date
Nicholas Carrigan 1e0e54446f
chore: replace forum links (#39139) 2020-06-30 14:21:26 +05:30
Beau Carnes 756f33775e
fix(learn): update video challenge (#38564)
* fix(learn): update video challenge

* fix: update scrimba URL

Co-authored-by: Mrugesh Mohapatra <me@raisedadead.com>
2020-04-18 16:16:31 +05:30
Ashraf Nazar fda7fb174e fix: Correct paths in English exercises by prefixing "/" before "learn" (#38099)
* fix: Correct paths in English exercises by prefixing "/" before "learn"

* fix(lang): Correct paths to exercises by prefixing "/" before "learn" in remaining languages
2020-01-26 12:51:21 -06:00
SadCaterpillar ca592d98b0 Improved Russian translation (#37608) 2020-01-10 09:48:22 +04:00
SadCaterpillar 7080757a57 Improved Russian translation (#37609) 2020-01-10 09:31:20 +04:00
Veronika Krukovich df0df97949 fix challenges translation into russian (#36888) 2019-12-20 20:53:15 +05:30
Mo Zargham 437ba8b103 fix(curriculum): Read-search-ask link now point to correct url as noted in the issue (#37753)
* fix: broken Read-search-ask link now point to correct url

* fix: changed link to original forum link with more views

* fix: changed http links to correct version

* fix: link in help modal
2019-11-19 19:54:48 -05:00
Valeriy S 12f65a6742 fix(curriculum): fix challenges for russian language 2019-09-18 12:05:38 +05:30
Randell Dawson 3fa14df925 fix: renamed folder without starting dash (#36124) 2019-06-21 18:05:33 -04:00
Niraj Nandish 82b340d429 Fix broken links in Russian challenges (#35128)
* fix(challenges): Fix broken links in Russian challenges

* fix: corrected link
2019-06-03 13:51:09 -07:00
gmal1 f04701bba8 fix grammar/readability (#34299) 2019-06-03 13:17:35 -07:00
Stepan Pugachev 7f164bdcf6 Russian translation adjusted (#31367) 2019-04-24 22:22:06 -07:00
Stepan Pugachev ef9efe8f52 Russian translation adjusted (#31398) 2019-04-24 21:43:51 -07:00
Igor Burianenko c7f24919b2 Change several wordings of the text. (#30674) 2019-04-24 21:36:05 -07:00
Stepan Pugachev 55ef2d8a95 Russian translation adjusted (#29511) 2019-04-11 22:05:29 +04:00
Andrey Leontev e68e75639c fix syntax and lexical errors in ES6 1-4 les (#26726)
* fix syntax and lexical errors

* fix syntax errors  in Create an Export Fallback

* fix syntax and lexical errors in Template Literals

* fix syntax and lexical errors in es6 const declare

* Improved 'Russian' translation
2019-02-20 12:56:36 +04:00
Randell Dawson 772d775fe3 fix: removed guideUrl from frontmatter non-English 2019-02-19 11:34:27 +03:00
Andrey Leontev 251c62b93c fix syntax and lexical errors (#25919) 2018-12-26 23:04:17 +04:00
Nikita Rudenko f5e5e7cd81 Fixed translation and typos (#25328) 2018-12-12 21:38:18 +04:00
KuniMonkey 975ee280bd Improved translation to Russian (#25246)
Source: Native Russian speaker
2018-12-11 23:36:20 +04:00
KuniMonkey a4529beae4 Imporved translation to Russian (#25236)
Source: native russian speaker
2018-12-10 23:10:19 +04:00
Kyrylo Anisimov f55b1c6146 Fix the Russian title (#24739)
Change the title from "Доступ к объектам с переменными" to "Доступ к свойствам объектов с переменными"
2018-11-05 21:39:04 +04:00
Kyrylo Anisimov ad8e8cb1a1 Fix translate of js add article into Russian (#24732)
Change the words "Добавить два номера" to "Сложить два числа"
Add the preposition "в"
Change the word "добавления" to "сложения"
2018-11-05 21:37:34 +04:00
Kyrylo Anisimov 6a30c175d3 fix translation of Counting Cards into Russian (#24721)
Change the words "Счетные карточки" to "Считаем карты"
Add the preposition "в"
2018-11-05 21:36:16 +04:00
Kyrylo Anisimov 6995185f92 Resolve Russian translation issue (#24708)
Change the word "подразделением" to "делением"
2018-11-05 21:34:34 +04:00
GektorDavis a35773d0f1 Correction of some mistakes in Russian translation (#22377) 2018-10-30 22:01:53 +04:00
Khraks Mamtsov 9631152f1e Improve translation for russioan locale (#19583) 2018-10-27 19:31:55 +04:00
Khraks Mamtsov 6e8f8a5bd9 Improve translation for russian locale (#19587)
* Improve translation for russian locale

* some changes
2018-10-27 17:36:17 +04:00
Khraks Mamtsov e2832fe714 Improve translation for russian locale (#19588) 2018-10-27 17:22:47 +04:00
Khraks Mamtsov 66f52c03bf Improve translation for russian locale (#19585) 2018-10-27 17:12:38 +04:00
Khraks Mamtsov c2480c9702 Improve translation on russian locale (#19584) 2018-10-27 17:09:31 +04:00
Khraks Mamtsov a82badaa22 Improve translation for russion locale (#19582) 2018-10-27 17:07:24 +04:00
Randell Dawson 65686b44e5 fix: removed all hidden chars from tests verbiage (#19674)
* fix: removed all &#8203; from tests verbiage

* fix: added single quote to start text string

* remove single quote from text line

* fix: removed the hidden chars in the testStrings

* fix: removed hidden chars from testString section

* fix: removed hidden chars form testString part

* fix: removed hidden chars from testString part

* fix: removed hidden chars from testString part
2018-10-20 17:58:26 +05:30
johngeesey a293769892 fix(coding): remove misleading test
A test that featured nested arrays just happens to work, but nested arrays will not be removed if they’re duplicates by the current solution of this challenge. See issue #18265
2018-10-15 19:31:54 +09:00
Beau Carnes 2ca3a2093f Add languages Russian, Arabic, Chinese, Portuguese (#18305) 2018-10-11 03:33:03 +05:30