Wrapped up locale files

This commit is contained in:
Ruben Vereecken 2014-03-18 10:24:58 +01:00
parent e4fee7296c
commit 04465eb72c
3 changed files with 5 additions and 1 deletions
app
locale
templates/play

View file

@ -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 "

View file

@ -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 "

View file

@ -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