This commit is contained in:
Ruben Vereecken 2014-03-12 21:25:14 +01:00
parent f4637251be
commit b845961218
2 changed files with 4 additions and 4 deletions
app
locale
templates/play/ladder

View file

@ -286,6 +286,8 @@ module.exports = nativeDescription: "English", englishDescription: "English", tr
code: "Code"
ladder: "Ladder"
when: "When"
rank: "Rank"
score: "Score"
win: "Win"
loss: "Loss"
tie: "Tie"
@ -494,8 +496,6 @@ module.exports = nativeDescription: "English", englishDescription: "English", tr
simulation_explanation: "By simulating games you can get your game ranked faster!"
simulate_games: "Simulate Games!"
simulate_all: "RESET AND SIMULATE GAMES"
rank: "Rank"
score: "Score"
leaderboard: "Leaderboard"
battle_as: "Battle as"
summary_your: "Your "

View file

@ -7,8 +7,8 @@ div#columns.row
span= team.name
span(data-i18n="ladder.leaderboard") Leaderboard
tr
th(data-i18n="ladder.rank") Rank
th(data-i18n="ladder.score") Score
th(data-i18n="general.rank") Rank
th(data-i18n="general.score") Score
th(data-i18n="general.name").name-col-cell Name
th