mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
client: Use translations for first day of week
This commit is contained in:
@@ -14,10 +14,10 @@ const TPL = `
|
||||
</div>
|
||||
|
||||
<div class="col-6">
|
||||
<label>First day of the week</label>
|
||||
<label>${t("i18n.first-day-of-the-week")}</label>
|
||||
<select class="first-day-of-week-select form-control">
|
||||
<option value="0">Sunday</option>
|
||||
<option value="1">Monday</option>
|
||||
<option value="0">${t("i18n.sunday")}</option>
|
||||
<option value="1">${t("i18n.monday")}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user