mirror of
https://github.com/gotson/komga.git
synced 2026-04-15 19:43:02 +02:00
i18n dates
This commit is contained in:
parent
efb0ec624b
commit
ce633ecdcc
2 changed files with 2 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
|||
>{{ item.title }}</a>
|
||||
</div>
|
||||
<div class="mt-2 subtitle-1">
|
||||
{{ item.date_modified }}
|
||||
{{ $formatDate(item.date_modified, {dateStyle: 'long'}) }}
|
||||
</div>
|
||||
</v-col>
|
||||
<v-col cols="auto">
|
||||
|
|
|
|||
|
|
@ -88,9 +88,8 @@
|
|||
}}
|
||||
</v-chip>
|
||||
</div>
|
||||
<!-- TODO: i18n the date -->
|
||||
<div class="mt-2 subtitle-1">
|
||||
{{ release.releaseDate }}
|
||||
{{ $formatDate(release.releaseDate, {dateStyle: 'long'}) }}
|
||||
</div>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
|
|
|||
Loading…
Reference in a new issue