mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 15:50:11 -04:00
Wrapped up locale files
This commit is contained in:
parent
e4fee7296c
commit
04465eb72c
3 changed files with 5 additions and 1 deletions
app
|
@ -523,3 +523,5 @@ module.exports = nativeDescription: "English", englishDescription: "English", tr
|
|||
simple_ai: "Simple AI"
|
||||
warmup: "Warmup"
|
||||
vs: "VS"
|
||||
watch_victory: "Watch your victory"
|
||||
defeat_the: "Defeat the "
|
|
@ -521,3 +521,5 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
|
|||
simple_ai: "Simpele AI"
|
||||
warmup: "Opwarming"
|
||||
vs: "tegen"
|
||||
watch_victory: "Bekijk overwinning"
|
||||
defeat_the: "Versla de "
|
||||
|
|
|
@ -21,7 +21,7 @@ block content
|
|||
for team in teams
|
||||
div.column.col-md-4
|
||||
a(style="background-color: #{team.primaryColor}", data-team=team.id).play-button.btn.btn-danger.btn-block.btn-lg
|
||||
span(data-i18n="ladder.play_as") Play As
|
||||
span(data-i18n="play.play_as") Play As
|
||||
span= team.name
|
||||
div.column.col-md-2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue