1
0
Fork 0
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:
McMatts 2022-03-01 22:40:51 -05:00
parent ce4f62d346
commit 08f21346c1
40 changed files with 112 additions and 117 deletions

View file

@ -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}}