mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Clean up
This commit is contained in:
parent
f4637251be
commit
b845961218
2 changed files with 4 additions and 4 deletions
app
|
@ -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 "
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue