fix(webui): apply chosen locale to the date picker dialog

Closes: #1113
This commit is contained in:
Gauthier Roebroeck 2023-06-27 14:48:59 +08:00
parent 0f89cf35b4
commit 7b3534a09a

View file

@ -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"
/>