mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 15:50:11 -04:00
Fixed i18n
This commit is contained in:
parent
bebada7f43
commit
f062f446d3
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
h1
|
||||
span.spr(data-i18n="leaderboard.top") Top Players by
|
||||
span.spr(data-i18n="leaderboard.top_players") Top Players by
|
||||
span(data-i18n="leaderboard.#{scoreType.replace('-', '_')}")
|
||||
span.spr ,
|
||||
span(data-i18n="leaderboard.#{timespan}")
|
||||
|
@ -31,4 +31,4 @@ if topScores
|
|||
else if loading
|
||||
h3(data-i18n="common.loading")
|
||||
else
|
||||
h3 No scores yet.
|
||||
h3 No scores yet.
|
||||
|
|
Loading…
Add table
Reference in a new issue