diff options
| author | Sean King <seanking2919@protonmail.com> | 2022-07-10 20:06:18 -0600 |
|---|---|---|
| committer | Sean King <seanking2919@protonmail.com> | 2022-07-10 20:06:18 -0600 |
| commit | 63519c325f879ea3f64052e39c019267d8238b54 (patch) | |
| tree | 187a55fb2035ddf93e84d0ce8ec4c9e4c0528be6 /src/components/timeago/timeago.vue | |
| parent | 65b0b69f109c42f07fe14c764d6a4e01bd763a83 (diff) | |
| parent | c4cbad0df43a1b0c0644f7818d7e7eca97ceda40 (diff) | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into add/edit-status
Diffstat (limited to 'src/components/timeago/timeago.vue')
| -rw-r--r-- | src/components/timeago/timeago.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeago/timeago.vue b/src/components/timeago/timeago.vue index bed29020..2b487dfd 100644 --- a/src/components/timeago/timeago.vue +++ b/src/components/timeago/timeago.vue @@ -3,7 +3,7 @@ :datetime="time" :title="localeDateString" > - {{ $t(relativeTime.key, [relativeTime.num]) }} + {{ $tc(relativeTime.key, relativeTime.num, [relativeTime.num]) }} </time> </template> |
