1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +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

@ -20,7 +20,7 @@
<label for="jira-jql">Jira Query Language</label>
{{focus-input id="jira-jql" type="text" value=config.jql class="form-control" placeholder="e.g. (status = resolved AND project = SysAdmin) OR assignee = bobsmith"}}
</div>
{{ui/ui-button color=constants.Color.Yellow light=true label=constants.Label.Preview submit=true onClick=(action "onPreview")}}
{{ui/ui-button color=constants.Color.Yellow light=true label=(localize 'preview') submit=true onClick=(action "onPreview")}}
</form>
<Ui::UiSpacer @size="300" />>

View file

@ -43,7 +43,7 @@
<div class="modal-footer">
{{ui/ui-button color=constants.Color.Gray light=true label=(localize 'cancel') dismiss=true}}
{{ui/ui-button-gap}}
{{ui/ui-button color=constants.Color.Green light=true label=constants.Label.Import onClick=(action "onImport")}}
{{ui/ui-button color=constants.Color.Green light=true label=(localize 'import') onClick=(action "onImport")}}
</div>
</div>
</div>