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:
parent
ce4f62d346
commit
08f21346c1
40 changed files with 112 additions and 117 deletions
|
@ -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" />>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue