mirror of
https://github.com/documize/community.git
synced 2025-08-05 13:35:25 +02:00
[WIP] i18n constant strings
This commit is contained in:
parent
ce4f62d346
commit
08f21346c1
40 changed files with 112 additions and 117 deletions
|
@ -7,7 +7,7 @@
|
|||
{{#ui/ui-toolbar dark=false light=false raised=false large=false bordered=false}}
|
||||
{{#if session.isEditor}}
|
||||
{{ui/ui-toolbar-button icon=constants.Icon.Plus color=constants.Color.Green
|
||||
label=constants.Label.Space onClick=(action "onShowModal")}}
|
||||
label=(localize 'space') onClick=(action "onShowModal")}}
|
||||
{{ui/ui-toolbar-divider}}
|
||||
{{/if}}
|
||||
{{#if session.isAdmin}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue