fix: Keep other translations table
This commit is contained in:
@ -1,3 +1,15 @@
|
|||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td> Read these guidelines in </td>
|
||||||
|
<td><a href="/CONTRIBUTING.md"> English </a></td>
|
||||||
|
<td><a href="/docs/chinese/CONTRIBUTING.md"> 中文 </a></td>
|
||||||
|
<td><a href="/docs/russian/CONTRIBUTING.md"> русский </a></td>
|
||||||
|
<td><a href="/docs/arabic/CONTRIBUTING.md"> عربى </a></td>
|
||||||
|
<td><a href="/docs/spanish/CONTRIBUTING.md"> Español </a></td>
|
||||||
|
<td><a href="/docs/portuguese/CONTRIBUTING.md"> Português </a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
# Cómo trabajar en los Desafíos de Programación
|
# Cómo trabajar en los Desafíos de Programación
|
||||||
|
|
||||||
### Editando en GitHub
|
### Editando en GitHub
|
||||||
@ -90,4 +102,4 @@ Creando y Editando Desafíos:
|
|||||||
|
|
||||||
2. [Tipos de desafíos](https://github.com/freeCodeCamp/learn/blob/a5cb25704168aa37f59a582f0bb5a19b7bd89b46/utils/challengeTypes.js) - que significa el valor numerico de 'challengeType' (enum).
|
2. [Tipos de desafíos](https://github.com/freeCodeCamp/learn/blob/a5cb25704168aa37f59a582f0bb5a19b7bd89b46/utils/challengeTypes.js) - que significa el valor numerico de 'challengeType' (enum).
|
||||||
|
|
||||||
3. [Contribuyendo a freeCodeCamp - Escribiendo Pruebas de Desafío en ES6](https://www.youtube.com/watch?v=iOdD84OSfAE#t=2h49m55s) - un video siguiendo a [Ethan Arrowood](https://twitter.com/ArrowoodTech) mientras contribuye a la version antigua del currículo
|
3. [Contribuyendo a freeCodeCamp - Escribiendo Pruebas de Desafío en ES6](https://www.youtube.com/watch?v=iOdD84OSfAE#t=2h49m55s) - un video siguiendo a [Ethan Arrowood](https://twitter.com/ArrowoodTech) mientras contribuye a la version antigua del currículo
|
||||||
|
Reference in New Issue
Block a user