Commit Graph

76 Commits

Author SHA1 Message Date
camperbot
b7496d96dd chore(i18n,learn): processed translations (#44750) 2022-01-11 08:57:22 -08:00
camperbot
cb8e66cbb2 This PR was automagically generated by Crowdin. (#44733) 2022-01-09 15:06:03 +01:00
camperbot
4d12f4ff57 chore(i18n,curriculum): update translations (#44671) 2022-01-04 14:15:51 +00:00
camperbot
5d1b60b07f chore(i18n,curriculum): processed translations (#44637) 2022-01-02 16:26:15 +05:30
camperbot
a93940abc0 chore(i18n,curriculum): processed translations (#44540) 2021-12-21 21:07:31 +05:30
camperbot
792ec8917c chore(i18n,curriculum): processed translations (#44416) 2021-12-08 06:49:11 -08:00
camperbot
f65a7a53bf chore(i18n,curriculum): processed translations (#44319) 2021-11-30 15:06:52 +01:00
Tom
21be9df82a feat: add/rename md files for new RDBMS tutorials (#44132)
* feat: split RDBMS tutorial into two parts

* fix: update challenges across the rest of the languages
2021-11-16 21:35:59 +00:00
camperbot
3dc810ffb8 chore(i18n,curriculum): update translations (#44122) 2021-11-04 15:53:18 +01:00
camperbot
18a239e9a1 chore(i18n,curriculum): update translations (#44114) 2021-11-03 08:22:32 -07:00
camperbot
e9512cb968 chore(i18n,curriculum): update translations (#44072) 2021-11-01 11:38:44 +05:30
camperbot
c1fb339bbc chore(i18n,curriculum): update translations 2021-10-27 21:47:35 +05:30
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
Anurag Gupta
f90dc7d903 fix(curriculum): update challenge to heading tags instead of headers (#43429)
* header changed to heading tag

* fix: Exercise about heading tags <h1> ... <h6>, accidentally refers to header tags

* fix: changed header to heading on pages affected

* Update curriculum/challenges/_meta/applied-visual-design/meta.json

Co-authored-by: Ilenia <nethleen@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-002.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-size-of-a-header-versus-a-paragraph-tag.md

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-size-of-a-header-versus-a-paragraph-tag.md

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>

* file renamed

* dashed-name changed for all languages

* made changes in all the challenges

* file title changed

* added cypress test

* cypress test added

* Update cypress/integration/learn/redirects/heading-challenge.js

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2021-10-25 16:17:54 +01:00
Nicholas Carrigan (he/him)
f08b6a9eb4 chore: remove accidental challenges (#43948) 2021-10-20 21:27:12 +01:00
camperbot
0654bd92b0 chore(i18n,curriculum): update translations (#43881) 2021-10-18 08:17:43 -07:00
camperbot
dfe45bcc8e chore(i18n,curriculum): update translations (#43776) 2021-10-08 14:51:42 +01:00
camperbot
ff58255b26 chore(i18n,curriculum): processed translations (#43760) 2021-10-07 21:38:50 +05:30
camperbot
e6b3c90983 chore(i18n,curriculum): update translations (#43746) 2021-10-06 17:36:48 +02:00
camperbot
504ed3a917 chore(i18n,curriculum): update translations (#43661) 2021-10-03 20:24:27 +01:00
camperbot
c1faed1635 chore(i18n,curriculum): update translations (#43615) 2021-09-29 15:15:14 +00:00
camperbot
eac0a395a1 chore(i18n,curriculum): update translations (#43583) 2021-09-27 18:10:31 +01:00
Tom
160931cd6a fix: update rbdms urls to new repos (#43477)
* fix: update rbdms urls to new repos

* revert: github-tutorial-urls-to-moT01-repo
2021-09-25 12:54:00 +02:00
camperbot
9f2595ec0b chore(i18n,curriculum): update translations (#43556) 2021-09-24 06:31:25 -07:00
camperbot
fd544c02a5 chore(i18n,curriculum): processed translations (#43546) 2021-09-23 16:38:58 +01:00
camperbot
2012ad3035 chore(i18n,curriculum): update translations (#43534) 2021-09-22 16:34:59 +01:00
camperbot
3d50ac03ad chore(i18n,curriculum): processed translations (#43435) 2021-09-13 16:13:43 +02:00
Nicholas Carrigan (he/him)
2c5ec74e45 fix: remove stray files (#43376) 2021-09-07 20:18:47 +05:30
camperbot
148cf18412 chore(i18n,curriculum): update translations (#43375) 2021-09-06 11:52:36 +01:00
Shaun Hamilton
7857756062 chore(client): meta and yml certificate -> certification (#43353)
* chore(client): meta and yml certificate -> certification

* make translators lives more difficult - rename everything
2021-09-03 08:08:45 -07:00
camperbot
374876325e chore(i18n,curriculum): update translations (#43332) 2021-08-31 09:47:25 -07:00
camperbot
fd7e0f8568 chore(i18n,curriculum): update translations (#43324) 2021-08-27 18:24:25 +02:00
camperbot
f9736fffa1 chore(i18n,curriculum): update translations (#43308) 2021-08-27 10:21:26 +05:30
camperbot
673b1caa39 chore(i18n,curriculum): update translations (#43267) 2021-08-25 21:42:11 +05:30
camperbot
7dfa94902d chore(i18n,curriculum): update translations (#43255) 2021-08-21 19:28:22 +02:00
camperbot
703394b127 chore(i18n,curriculum): update translations (#43178) 2021-08-20 09:00:51 +02:00
Nicholas Carrigan (he/him)
1786ce3685 fix: missed this one (#43200) 2021-08-14 11:15:04 +05:30
Shaun Hamilton
c2a11ad00d feat: add 'back/front end' in curriculum (#42596)
* chore: rename APIs and Microservices to include "Backend" (#42515)

* fix typo

* fix typo

* undo change

* Corrected grammar mistake

Corrected a grammar mistake by removing a comma.

* change APIs and Microservices cert title

* update title

* Change APIs and Microservices certi title

* Update translations.json

* update title

* feat(curriculum): rename apis and microservices cert

* rename folder structure

* rename certificate

* rename learn Markdown

* apis-and-microservices -> back-end-development-and-apis

* update backend meta

* update i18n langs and cypress test

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* fix: add development to front-end libraries (#42512)

* fix: added-the-word-Development-to-front-end-libraries

* fix/added-the-word-Development-to-front-end-libraries

* fix/added-word-development-to-front-end-libraries-in-other-related-files

* fix/added-the-word-Development-to-front-end-and-all-related-files

* fix/removed-typos-from-last-commit-in-index.md

* fix/reverted-changes-that-i-made-to-dependecies

* fix/removed xvfg

* fix/reverted changes that i made to package.json

* remove unwanted changes

* front-end-development-libraries changes

* rename backend certSlug and README

* update i18n folder names and keys

* test: add legacy path redirect tests

This uses serve.json from the client-config repo, since we currently use
that in production

* fix: create public dir before moving serve.json

* fix: add missing script

* refactor: collect redirect tests

* test: convert to cy.location for stricter tests

* rename certificate folder to 00-certificates

* change crowdin config to recognise new certificates location

* allow translations to be used

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

* add forwards slashes to path redirects

* fix cypress path tests again

* plese cypress

* fix: test different challenge

Okay so I literally have no idea why this one particular challenge
fails in Cypress Firefox ONLY. Tom and I paired and spun a full build
instance and confirmed in Firefox the page loads and redirects as
expected. Changing to another bootstrap challenge passes Cypress firefox
locally. Absolutely boggled by this.

AAAAAAAAAAAAAAA

* fix: separate the test

Okay apparently the test does not work unless we separate it into
a different `it` statement.

>:( >:( >:( >:(

Co-authored-by: Sujal Gupta <55016909+heysujal@users.noreply.github.com>
Co-authored-by: Noor Fakhry <65724923+NoorFakhry@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-08-13 21:57:13 -05:00
camperbot
005aefc2d0 chore(i18n,curriculum): update translations (#43167) 2021-08-10 15:38:37 +02:00
camperbot
4c7ba02af1 chore(i18n,curriculum): update translations (#43157) 2021-08-10 12:57:14 +02:00
camperbot
919728131e chore(i18n,curriculum): update translations (#43140) 2021-08-09 10:35:35 +02:00
camperbot
d683955e5a chore(i18n,curriculum): update translations (#43132) 2021-08-06 08:02:45 -07:00
Tom
f0aeb3b267 fix(curriculum): rename rdbms cert project to proper name (#43042)
* fix:(curriculum): rename rdbms cert project

* fix: some more spots to rename

* fix: rename i18n's
2021-08-05 22:15:44 +01:00
camperbot
ea9c39434b chore(i18n,curriculum): update translations (#43104) 2021-08-05 07:31:15 -07:00
camperbot
6b82f3831c chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
camperbot
594adf02c1 chore(i18n,curriculum): update translations (#43078) 2021-07-30 07:57:21 -07:00
camperbot
b123c7a1ba chore(i18n,curriculum): update translations (#43073) 2021-07-29 22:11:44 +05:30
camperbot
830169c21c chore(i18n,curriculum): update translations (#43046) 2021-07-28 19:37:39 +02:00
camperbot
77e6d0d0ed chore(i18n,curriculum): update translations (#42984) 2021-07-23 18:42:17 +00:00
camperbot
368a6ebf7c chore(i18n,curriculum): update translations (#42976) 2021-07-22 19:11:52 +00:00