feat(i18n): refactor i18n module configuration (#292)

This commit is contained in:
Joaquín Sánchez 2022-12-02 13:54:09 +01:00 committed by GitHub
parent 8fc6148a3b
commit d17994338d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 82 additions and 98 deletions

View file

@ -12,13 +12,14 @@ const formatted = useFormattedDateTime(editedAt)
<template>
<template v-if="editedAt">
<CommonTooltip v-if="inline" :content="`Edited ${formatted}`">
<CommonTooltip v-if="inline" :content="$t('status.edited', [formatted])">
&#160;
<time
:title="editedAt"
:datetime="editedAt"
font-bold underline decoration-dashed
text-secondary
>&nbsp;*</time>
>&#160;*&#160;</time>
</CommonTooltip>
<CommonDropdown v-else>