i18n dates

This commit is contained in:
Gauthier Roebroeck 2025-05-29 15:15:04 +08:00
parent efb0ec624b
commit ce633ecdcc
2 changed files with 2 additions and 3 deletions

View file

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

View file

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