mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 11:01:57 +02:00
fix(webui): apply chosen locale to the date picker dialog
Closes: #1113
This commit is contained in:
parent
0f89cf35b4
commit
7b3534a09a
1 changed files with 2 additions and 0 deletions
|
|
@ -176,6 +176,8 @@
|
|||
<v-date-picker v-model="form.releaseDate"
|
||||
:show-current="true"
|
||||
:show-adjacent-months="true"
|
||||
:locale="$i18n.locale"
|
||||
:first-day-of-week="new Intl.Locale($i18n.locale).weekInfo.firstDay"
|
||||
@input="menuDate = false"
|
||||
@change="form.releaseDateLock = true"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue