From 41a1a75f7480b814b417e536e2ff5b5c8af3c16e Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sat, 4 Jan 2025 01:39:20 +0200 Subject: [PATCH 1/3] another $tc --- src/components/timeago/timeago.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/timeago/timeago.vue b/src/components/timeago/timeago.vue index 484944d61..d0b86e7d4 100644 --- a/src/components/timeago/timeago.vue +++ b/src/components/timeago/timeago.vue @@ -40,7 +40,7 @@ export default { return this.timeAsDate.toLocaleString(this.browserLocale) }, relativeTimeString () { - const timeString = this.$i18n.tc(this.relativeTime.key, this.relativeTime.num, [this.relativeTime.num]) + const timeString = this.$i18n.t(this.relativeTime.key, [this.relativeTime.num], this.relativeTime.num) if (typeof this.templateKey === 'string' && this.relativeTime.key !== 'time.now') { return this.$i18n.t(this.templateKey, [timeString]) From ada054189dcef157e12b23ff476ae12c5a7960e4 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sat, 4 Jan 2025 01:58:30 +0200 Subject: [PATCH 2/3] missing localization string --- src/i18n/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/en.json b/src/i18n/en.json index 0839c0460..66ddb4139 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1407,6 +1407,7 @@ }, "tool_tip": { "media_upload": "Upload media", + "mentions": "Mentions", "repeat": "Repeat", "reply": "Reply", "favorite": "Favorite", From 338bdd93de3e6471c276306b9078e4d02040357d Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sat, 4 Jan 2025 02:04:16 +0200 Subject: [PATCH 3/3] how did this get in here?? --- src/components/status/status.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/status/status.vue b/src/components/status/status.vue index e95a899c6..c58178b3c 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -292,7 +292,7 @@ v-if="!isPreview" :status-id="status.parent_visible && status.in_reply_to_status_id" class="reply-to-popover" - style="min-width: 0" + style="min-width: 0;" :class="{ '-strikethrough': !status.parent_visible }" >