camperbot
35af8365f2
chore(i18n,learn): processed translations ( #51674 )
2023-09-27 13:36:23 -05:00
camperbot
d435706822
chore(i18n,learn): processed translations ( #51365 )
2023-08-24 15:16:06 +02:00
camperbot
485b4772c6
chore(i18n,learn): processed translations ( #50821 )
2023-06-26 19:56:15 +05:30
camperbot
653426db51
chore(i18n,learn): processed translations ( #50754 )
2023-06-20 20:24:05 +09:00
camperbot
b9be06aa0a
chore(i18n,learn): processed translations ( #50582 )
2023-06-01 09:44:22 -07:00
camperbot
8e9606032c
chore(i18n,learn): processed translations ( #50444 )
2023-05-19 13:29:05 +00:00
camperbot
c02c50065b
chore(i18n,learn): processed translations ( #49741 )
2023-03-17 17:40:39 +02:00
camperbot
0f9a1f74c9
chore(i18n,learn): processed translations ( #49694 )
2023-03-13 19:41:01 +05:30
camperbot
43295afc0a
chore(i18n,learn): processed translations ( #49545 )
2023-02-28 08:08:50 -08:00
camperbot
b97242ef47
chore(i18n,learn): processed translations ( #49203 )
2023-01-30 18:58:54 +02:00
camperbot
d96600f1f7
chore(i18n,learn): processed translations ( #49150 )
2023-01-26 09:03:56 -08:00
camperbot
3c4dde2f87
chore(i18n,learn): processed translations ( #48855 )
2023-01-02 08:34:21 -08:00
camperbot
68cbfb77e8
chore(i18n,learn): processed translations ( #48804 )
2022-12-20 09:00:39 -06:00
camperbot
15c122480f
chore(i18n,learn): processed translations ( #48686 )
2022-12-07 17:19:56 +01:00
camperbot
1bf2ca0cdc
chore(i18n,learn): processed translations ( #48631 )
2022-12-01 01:15:49 +09:00
camperbot
ace897913c
chore(i18n,learn): processed translations ( #48594 )
2022-11-25 15:18:14 +01:00
camperbot
984a1845a2
chore(i18n,learn): processed translations ( #48428 )
2022-11-08 07:03:26 -08:00
camperbot
4e7d147a03
chore(i18n,learn): processed translations ( #48380 )
2022-11-03 14:47:19 -05:00
camperbot
7d5f67e384
chore(i18n,learn): processed translations ( #48235 )
2022-10-24 10:55:50 -07:00
camperbot
e3c137263c
chore(i18n,learn): processed translations ( #48171 )
2022-10-21 23:34:50 +05:30
camperbot
41bbc30b94
chore(i18n,learn): processed translations ( #48105 )
2022-10-18 12:59:49 +05:30
camperbot
960eb4bb31
chore(i18n,learn): processed translations ( #47963 )
2022-10-10 12:35:19 -07:00
camperbot
dd03da4f51
chore(i18n,learn): processed translations ( #47434 )
2022-09-07 14:34:53 +02:00
camperbot
35ae1439f3
chore(i18n,learn): processed translations ( #47228 )
2022-08-09 11:35:15 -07:00
camperbot
5564dd017b
chore(i18n,learn): processed translations ( #45574 )
2022-03-30 06:59:31 -07:00
camperbot
9385d7997b
chore(i18n,curriculum): update translations ( #44138 )
2021-11-06 08:56:52 -07:00
Kristofer Koishigawa
bcc9beff1f
feat(curriculum): introduce let and const earlier ( #43133 )
...
* fix: move "Explore Differences Between..." to basic JS, update seed and tests
* fix: resequence "Declare String Variables"
* fix: move "Declare a Read-Only Variable..." to basic JS, update seed and tests
* fix: revert changes to non-English "Explore Differences Between..." test text
* fix: revert test strings, solutions, and seeds for non-English challenges
* fix: update "Declare String Variables" description
* fix: sync quotation marks in description and seed
* fix: modify note in "Declare a Read-Only..." challenge
* fix: update operator and compound assignment challenges
* fix: update string challenges
* fix: update array and array method challenges
* fix: update function and scope challenges, resequence slightly
* fix: "Word Blanks" solution
* fix: add spacing to seed
* fix: concatenating += challenge spacing
* fix: appending variables to strings spacing
* fix: find the length of a string spacing
* fix: removed instances of removedFromMyArray = 0
* fix: switch challenges
* fix: function argument and param spacing
* fix: update counting cards, object challenges, and record collection
* fix: finish rest of Basic JS section
* fix: introducing else statements solution
* fix: update spacing and wording
* fix: update wording for const challenge
* fix: update functional programming challenges
* fix: intermediate algorithms and cert challenges
* fix: revert some spacing and remove comments for fp challenge solutions
* feat: add notes with links to moved let and const challenges in first two es6 challenges
* fix: update es6 intro text
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/concatenating-strings-with-the-plus-equals-operator.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/finding-a-remainder-in-javascript.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/global-scope-and-functions.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/implement-map-on-a-prototype.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/declare-a-read-only-variable-with-the-const-keyword.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: concatenating strings with plus operator seed
* fix: add comments back to Declare a Read-Only Variable... seed
* feat: add es6 to basic javascript redirect tests for let and const challenges
* fix: revert "Concatenating Strings with Plus Operator" seed
* fix: move test file to cypress/integration/learn/redirects, separate redirect tests
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-10-25 17:55:58 +01:00
camperbot
c1faed1635
chore(i18n,curriculum): update translations ( #43615 )
2021-09-29 15:15:14 +00:00
camperbot
15be1fe6bb
chore(i18n,curriculum): update translations ( #43463 )
2021-09-18 19:22:53 +01:00
camperbot
2e346b1082
chore(i18n,curriculum): update translations ( #42684 )
2021-06-30 20:47:19 +05:30
camperbot
18ccc3bd34
chore(i18n,curriculum): processed translations ( #42178 )
2021-05-18 07:27:23 -07:00
camperbot
2762d4b8e5
chore(i18n,curriculum): update translations ( #41945 )
2021-04-29 08:43:46 -07:00
Evgeny Klimenchenko
db369fbed1
fix(client): remove JS comments from user code for tests ( #41873 )
...
* Removes comments in js challanges by default
* fix local-scope-and-functions test regex
* fix all languages
* revert language changes
* removed unnecessary removeJSComments from challenges
* fix challanges in other languages
* removed removeJSComments from all challanges
2021-04-28 10:18:54 -05:00
camperbot
fe0732e357
chore(i8n,curriculum): processed translations ( #41560 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-23 07:41:00 -07:00
camperbot
903a301849
chore(i8n,curriculum): processed translations ( #41490 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-14 21:20:39 -06:00
Crowdin Bot
e5c44a3ae5
chore(i8n,learn): processed translations
2021-02-07 14:08:31 +05:30
Oliver Eyton-Williams
ee1e8abd87
feat(curriculum): restore seed + solution to Chinese ( #40683 )
...
* feat(tools): add seed/solution restore script
* chore(curriculum): remove empty sections' markers
* chore(curriculum): add seed + solution to Chinese
* chore: remove old formatter
* fix: update getChallenges
parse translated challenges separately, without reference to the source
* chore(curriculum): add dashedName to English
* chore(curriculum): add dashedName to Chinese
* refactor: remove unused challenge property 'name'
* fix: relax dashedName requirement
* fix: stray tag
Remove stray `pre` tag from challenge file.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
Co-authored-by: nhcarrigan <nhcarrigan@gmail.com >
2021-01-12 19:31:00 -07:00
Randell Dawson
9ce4a02a41
chore(learn): Applied MDX format to Chinese curriculum files ( #40462 )
2020-12-16 13:07:30 +05:30
Oliver Eyton-Williams
dec409a4bd
fix: s/localeTitle/title/g
2020-10-06 23:10:08 +05:30
Oliver Eyton-Williams
4a74567986
fix: remove title from Chinese chals
2020-10-06 23:10:08 +05:30
Oliver Eyton-Williams
41b7a33100
fix: replace .chinese.md extension with .md
2020-09-29 22:09:05 +02:00
Mrugesh Mohapatra
c23c4ef8e4
fix: negative sentiment → neutral language ( #39522 )
...
The existing terminology carries negative sentiment that can be
interpreted in a racial or sense. Updating the name to have no
potential for such a connection.
Co-authored-by: Justin Rogers <justrog@gmail.com >
2020-09-07 11:04:44 +05:30
Oliver Eyton-Williams
be3171169c
fix: remove cn challenges already removed from eng
2020-08-16 04:45:17 +05:30
ZhichengChen
83957bb150
fix(i18n): update Chinese translation of es6 ( #38038 )
...
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com >
2020-08-04 12:43:35 +05:30
Kristofer Koishigawa
b3213fc892
fix(i18n): chinese test suite ( #38220 )
...
* fix: Chinese test suite
Add localeTiltes, descriptions, and adjust test text and testStrings to get the automated test suite working.
* fix: ran script, updated testStrings and solutions
2020-03-03 18:49:47 +05:30
Yige
80338ee9f7
Some keywords should not be translated. ( #32544 )
2019-05-06 14:22:41 -07:00
Yige
f2c8591931
Fix Chinese character error. ( #32564 )
...
* Fixed some translation errors.
* Fixed some translation errors.
* Fixed some translation errors.
These errors will cause the code to be unable to run.
* Fix Chinese character error
2019-05-06 13:08:55 -07:00
Yige
dfcd44eb09
Fix translation error. ( #32559 )
...
* Fixed some translation errors.
* Fixed some translation errors.
* Fixed some translation errors.
These errors will cause the code to be unable to run.
* Fixed some translation errors.
These errors will cause the code to be unable to run.
2019-05-06 13:06:55 -07:00
helen414
74057447ac
Remove extra word and translation ( #26310 )
...
remove extra Chinese word '的' in front of console.log. Also, there's no need to translate code into Chinese.
2019-05-06 12:35:43 -07:00
Beau Carnes
2ca3a2093f
Add languages Russian, Arabic, Chinese, Portuguese ( #18305 )
2018-10-11 03:33:03 +05:30