mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Set org and per user locale
This commit is contained in:
parent
23abcf1585
commit
4494ace0a2
30 changed files with 125 additions and 41 deletions
|
@ -58,6 +58,10 @@
|
|||
</select>
|
||||
<small class="form-text text-muted">{{localize 'customize_tags_explain'}}</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize 'locale'}}</label>
|
||||
{{ui/ui-select content=locales selection=locale optionValuePath="name" optionLabelPath="name" action=(action "onSelectLocale")}}
|
||||
</div>
|
||||
|
||||
{{ui/ui-button color=constants.Color.Green light=true icon=constants.Icon.Settings label=(localize 'save') onClick=(action "save")}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue