Skip to content

Commit

Permalink
Fix Spanish L4 share page strings
Browse files Browse the repository at this point in the history
  • Loading branch information
enlight committed Mar 7, 2018
1 parent 4c0f3b2 commit 41ec0f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions es/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
"Comparte esta URL para que tus amigos puedan ver tu ejército:"
],
"footer": [
"La Lección 5 vendrá en 1-2 semanas",
"Recibirás un email tan pronto como esté disponible.",
"¡De mientras, uneté en {telegramLink}, o síguenos en {twitterLink} para unirte a la conversación!"
"¿Estás drisfrutando CryptoZombies? ¡Háznoslo saber!",
"Únete a la conversación en {telegramLink}, o síguenos en {twitterLink}",
"Cuando estés preparado, clica en el botón de abajo para acceder a la Lección 5:"
],
"zombieDesc": "Un CryptoZombie de Nivel {levelNum}",
"shareLinkText": "¡He completado la Lección 4 de #CryptoZombies, y he derrotado al malvado zombi IOTA! Pruébalo tu mismo:"
Expand Down
8 changes: 4 additions & 4 deletions es/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import l3_ch11 from './3/11-savinggasstorage.md'
import l3_ch12 from './3/12-forloops.md'
import l3_ch13 from './3/13-wrappingitup.md'
import l3_complete from './3/14-lessoncomplete.md'
/*

// lesson4
import l4_overview from './4/00-overview.md'
import l4_payable from './4/payable.md'
Expand All @@ -69,7 +69,7 @@ import l4_ch8 from './4/battle-08.md'
import l4_ch9 from './4/battle-09.md'
import l4_ch10 from './4/wrappingitup.md'
import l4_complete from './4/lessoncomplete.md'
*/

// chapterList is an ordered array of chapters. The order represents the order of the chapters.
// chapter index will be 1-based and not zero-based. First chapter is 1

Expand Down Expand Up @@ -126,7 +126,7 @@ export default {
l3_ch12,
l3_ch13,
l3_complete
]/*,
],
4: [
l4_overview,
l4_payable,
Expand All @@ -142,5 +142,5 @@ export default {
l4_ch9,
l4_ch10,
l4_complete
]*/
]
}
8 changes: 4 additions & 4 deletions th/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import multiplereturns from './2/12-multiplereturns.md'
import kittygenes from './2/13-kittygenes.md'
import wrappingitup from './2/14-wrappingitup.md'
import lesson2complete from './2/15-lessoncomplete.md'
/*

// lesson3
import l3_overview from './3/00-overview.md'
import l3_ch1 from './3/01-externaldependencies.md'
Expand All @@ -53,7 +53,7 @@ import l3_ch11 from './3/11-savinggasstorage.md'
import l3_ch12 from './3/12-forloops.md'
import l3_ch13 from './3/13-wrappingitup.md'
import l3_complete from './3/14-lessoncomplete.md'
*/

// chapterList is an ordered array of chapters. The order represents the order of the chapters.
// chapter index will be 1-based and not zero-based. First chapter is 1

Expand Down Expand Up @@ -93,7 +93,7 @@ export default {
kittygenes,
wrappingitup,
lesson2complete
]/*,
],
3: [
l3_overview,
l3_ch1,
Expand All @@ -110,5 +110,5 @@ export default {
l3_ch12,
l3_ch13,
l3_complete
]*/
]
}

0 comments on commit 41ec0f5

Please sign in to comment.