mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
Updated i18n
This commit is contained in:
parent
c90eae9987
commit
6dbb9dd72b
1 changed files with 5 additions and 5 deletions
|
@ -59,16 +59,16 @@ block append content
|
|||
|
||||
.panel.panel-default
|
||||
.panel-heading
|
||||
h3.panel-title Clans
|
||||
h3.panel-title(data-i18n="clans.clans") Clans
|
||||
if (!clans)
|
||||
.panel-body
|
||||
p(data-i18n="common.loading")
|
||||
else if (clans.length)
|
||||
table.table
|
||||
tr
|
||||
th.col-xs-4 Name
|
||||
th.col-xs-4 Chieftain
|
||||
th.col-xs-4 Heroes
|
||||
th.col-xs-4(data-i18n="clans.name") Name
|
||||
th.col-xs-4(data-i18n="clans.chieftain") Chieftain
|
||||
th.col-xs-4(data-i18n="play.heroes") Heroes
|
||||
each clan in clans
|
||||
tr
|
||||
td
|
||||
|
@ -81,7 +81,7 @@ block append content
|
|||
td= clan.get('members').length
|
||||
else
|
||||
.panel-body
|
||||
p Not a member of any clans yet.
|
||||
p(data-i18n="user.not_member_of_clans") Not a member of any clans yet.
|
||||
|
||||
.panel.panel-default
|
||||
.panel-heading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue