Update about.jade
Updated some i18n (it is also needed to add line 42, 45-47, 56)
This commit is contained in:
parent
2c2811fc25
commit
319b9a3400
1 changed files with 7 additions and 7 deletions
|
@ -11,30 +11,30 @@ block content
|
||||||
h2(data-i18n="about.why_codecombat")
|
h2(data-i18n="about.why_codecombat")
|
||||||
| Why CodeCombat?
|
| Why CodeCombat?
|
||||||
|
|
||||||
p(data-i18n="about.why_paragraph_2")
|
p(data-i18n="about.why_paragraph_1")
|
||||||
| If you want to learn to program, you don't need lessons.
|
| If you want to learn to program, you don't need lessons.
|
||||||
| You need to write a lot of code and have a great time doing it.
|
| You need to write a lot of code and have a great time doing it.
|
||||||
|
|
||||||
p
|
p
|
||||||
span(data-i18n="about.why_paragraph_3_prefix")
|
span(data-i18n="about.why_paragraph_2_prefix")
|
||||||
| That's what programming is about. It's gotta be fun.
|
| That's what programming is about. It's gotta be fun.
|
||||||
| Not fun like
|
| Not fun like
|
||||||
span
|
span
|
||||||
i(data-i18n="about.why_paragraph_3_italic")
|
i(data-i18n="about.why_paragraph_2_italic")
|
||||||
| yay a badge
|
| yay a badge
|
||||||
span
|
span
|
||||||
span(data-i18n="about.why_paragraph_3_center")
|
span(data-i18n="about.why_paragraph_2_center")
|
||||||
| but fun like
|
| but fun like
|
||||||
span
|
span
|
||||||
i(data-i18n="about.why_paragraph_3_italic_caps")
|
i(data-i18n="about.why_paragraph_2_italic_caps")
|
||||||
| NO MOM I HAVE TO FINISH THE LEVEL!
|
| NO MOM I HAVE TO FINISH THE LEVEL!
|
||||||
span
|
span
|
||||||
span(data-i18n="about.why_paragraph_3_suffix")
|
span(data-i18n="about.why_paragraph_2_suffix")
|
||||||
| That's why CodeCombat is a multiplayer game,
|
| That's why CodeCombat is a multiplayer game,
|
||||||
| not a gamified lesson course. We won't stop
|
| not a gamified lesson course. We won't stop
|
||||||
| until you can't stop--but this time, that's a good thing.
|
| until you can't stop--but this time, that's a good thing.
|
||||||
|
|
||||||
p(data-i18n="about.why_paragraph_4")
|
p(data-i18n="about.why_paragraph_3")
|
||||||
| If you're going to get addicted to some game,
|
| If you're going to get addicted to some game,
|
||||||
| get addicted to this one and become one of the wizards of the tech age.
|
| get addicted to this one and become one of the wizards of the tech age.
|
||||||
|
|
||||||
|
|
Reference in a new issue