1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

feat: localizes distance time (#3874)

This commit is contained in:
Amir Raminfar
2025-05-07 08:37:17 -07:00
committed by GitHub
parent 68ca6d3040
commit 9c70416aec
18 changed files with 83 additions and 74 deletions

View File

@@ -53,7 +53,7 @@
<span data-name v-html="matchedName(result)"></span>
</div>
<DistanceTime :date="result.item.created" class="text-xs font-light" />
<RelativeTime :date="result.item.created" class="text-xs font-light" />
<span
@click.stop.prevent="addColumn(result.item)"
:title="$t('tooltip.pin-column')"