localization support
This commit is contained in:
parent
f99d6f88c3
commit
d91128274b
29 changed files with 396 additions and 194 deletions
|
@ -2,13 +2,4 @@ if req.user && req.user.admin && _CC.updateNotice
|
|||
.columns
|
||||
.column
|
||||
.column.is-narrow
|
||||
.box
|
||||
span.has-text-danger.is-size-4.has-text-weight-bold Christmas Community is out of date. There may be new features or bug fixes. Consider updating! :)
|
||||
br
|
||||
span (you can turn this off with <code>UPDATE_CHECK=false</code>)
|
||||
br
|
||||
br
|
||||
span Current: #{_CC.updateNotice.current}
|
||||
br
|
||||
span Latest: #{_CC.updateNotice.latest}
|
||||
span.has-text-info(style='float: right;') This message is only visible to admins
|
||||
.box!= lang('UPDATE_NOTICE', _CC.updateNotice.current, _CC.updateNotice.latest)
|
Loading…
Add table
Add a link
Reference in a new issue