diff --git a/docs/i18n/chinese/how-to-work-on-coding-challenges.md b/docs/i18n/chinese/how-to-work-on-coding-challenges.md index c9be6924df..9bf379c2ca 100644 --- a/docs/i18n/chinese/how-to-work-on-coding-challenges.md +++ b/docs/i18n/chinese/how-to-work-on-coding-challenges.md @@ -39,7 +39,7 @@ The practice projects have some additional tooling to help create new projects a --- id: Unique identifier (alphanumerical, MongoDB_id) title: 'Challenge Title' -challengeType: Integer, defined in `client/utils/challengeTypes.js` +challengeType: Integer, defined in `client/utils/challenge-types.js` videoUrl: 'url of video explanation' forumTopicId: 12345 --- @@ -486,6 +486,6 @@ Once you have verified that each challenge you've worked on passes the tests, [p Creating and Editing Challenges: -1. [Challenge types](https://github.com/freeCodeCamp/freeCodeCamp/blob/main/client/utils/challengeTypes.js#L1-L13) - what the numeric challenge type values mean (enum). +1. [Challenge types](https://github.com/freeCodeCamp/freeCodeCamp/blob/main/client/utils/challenge-types.js#L1-L13) - what the numeric challenge type values mean (enum). 2. [Contributing to FreeCodeCamp - Writing ES6 Challenge Tests](https://www.youtube.com/watch?v=iOdD84OSfAE#t=2h49m55s) - a video following [Ethan Arrowood](https://twitter.com/ArrowoodTech) as he contributes to the old version of the curriculum. diff --git a/docs/i18n/espanol/how-to-work-on-coding-challenges.md b/docs/i18n/espanol/how-to-work-on-coding-challenges.md index 7a24799cca..d8579f4ec2 100644 --- a/docs/i18n/espanol/how-to-work-on-coding-challenges.md +++ b/docs/i18n/espanol/how-to-work-on-coding-challenges.md @@ -39,7 +39,7 @@ The practice projects have some additional tooling to help create new projects a --- id: Unique identifier (alphanumerical, MongoDB_id) title: 'Challenge Title' -challengeType: Integer, defined in `client/utils/challengeTypes.js` +challengeType: Integer, defined in `client/utils/challenge-types.js` videoUrl: 'url of video explanation' forumTopicId: 12345 --- @@ -486,6 +486,6 @@ Once you have verified that each challenge you've worked on passes the tests, [p Creating and Editing Challenges: -1. [Challenge types](https://github.com/freeCodeCamp/freeCodeCamp/blob/main/client/utils/challengeTypes.js#L1-L13) - what the numeric challenge type values mean (enum). +1. [Challenge types](https://github.com/freeCodeCamp/freeCodeCamp/blob/main/client/utils/challenge-types.js#L1-L13) - what the numeric challenge type values mean (enum). 2. [Contribuyendo a FreeCodeCamp - Escribiendo Pruebas de Desafío de ES6](https://www.youtube.com/watch?v=iOdD84OSfAE#t=2h49m55s) - un vídeo que sigue a [Ethan Arrowood](https://twitter.com/ArrowoodTech) mientras contribuye a la versión antigua del currículo. diff --git a/docs/i18n/italian/how-to-work-on-coding-challenges.md b/docs/i18n/italian/how-to-work-on-coding-challenges.md index 0c1e3b26c7..1961d6419a 100644 --- a/docs/i18n/italian/how-to-work-on-coding-challenges.md +++ b/docs/i18n/italian/how-to-work-on-coding-challenges.md @@ -39,7 +39,7 @@ I progetti di pratica hanno degli strumenti addizionali per aiutare a creare i n --- id: Unique identifier (alphanumerical, MongoDB_id) title: 'Challenge Title' -challengeType: Integer, defined in `client/utils/challengeTypes.js` +challengeType: Integer, defined in `client/utils/challenge-types.js` videoUrl: 'url of video explanation' forumTopicId: 12345 --- @@ -486,6 +486,6 @@ Una volta che avrai verificato che ogni sfida su cui hai lavorato passi i test, Creare e modificare sfide: -1. [Tipi di sfide](https://github.com/freeCodeCamp/freeCodeCamp/blob/main/client/utils/challengeTypes.js#L1-L13) - cosa significa il valore numerico del tipo della sfida (challenge type) (enum). +1. [Challenge types](https://github.com/freeCodeCamp/freeCodeCamp/blob/main/client/utils/challenge-types.js#L1-L13) - what the numeric challenge type values mean (enum). 2. [Contribuire a FreeCodeCamp - Scrivere Test per le sfide ES6](https://www.youtube.com/watch?v=iOdD84OSfAE#t=2h49m55s) - un video che segue [Ethan Arrowood](https://twitter.com/ArrowoodTech) in quanto contributore della vecchia versione del curriculum. diff --git a/docs/i18n/portuguese/how-to-work-on-coding-challenges.md b/docs/i18n/portuguese/how-to-work-on-coding-challenges.md index 7bbf6e5fb6..ae38d783cf 100644 --- a/docs/i18n/portuguese/how-to-work-on-coding-challenges.md +++ b/docs/i18n/portuguese/how-to-work-on-coding-challenges.md @@ -37,16 +37,16 @@ Os projetos práticos tem algumas ferramentas adicionais para criar novos projet ````md --- -id: Identificador exclusivo (alfanumérico, MongoDB_id) -title: 'Título do desafio' -challengeType: Inteiro, definido em `client/utils/challengeTypes.js` -videoUrl: 'url de explicação do vídeo' +id: Unique identifier (alphanumerical, MongoDB_id) +title: 'Challenge Title' +challengeType: Integer, defined in `client/utils/challenge-types.js` +videoUrl: 'url of video explanation' forumTopicId: 12345 --- -# --descrição-- +# --description-- -Texto descritivo do desafio, em markdown +Challenge description text, in markdown ```html
example code
@@ -489,6 +489,6 @@ Quando você verificar que cada desafio modificado passou nos testes, [crie um p Criando e editando desafios: -1. [Tipos do desafio](https://github.com/freeCodeCamp/freeCodeCamp/blob/main/client/utils/challengeTypes.js#L1-L13) - o que significam os valores do tipo de desafio numérico (enum). +1. [Challenge types](https://github.com/freeCodeCamp/freeCodeCamp/blob/main/client/utils/challenge-types.js#L1-L13) - what the numeric challenge type values mean (enum). 2. [Contribuindo para o FreeCodeCamp - Escrevendo testes de desafio ES6](https://www.youtube.com/watch?v=iOdD84OSfAE#t=2h49m55s) - um vídeo com [Ethan Arrowood](https://twitter.com/ArrowoodTech) contribuindo para a versão antiga do currículo.