From 5e1a8183c33f7a84ffaa672baf13746ecc2a4181 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Tue, 9 Apr 2024 00:06:43 +0900 Subject: [PATCH] i18n: allow localizing "Pinned post" --- components/status/StatusCard.vue | 2 +- locales/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index c1b9f720..daaa3711 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -85,7 +85,7 @@ const forceShow = ref(false) relative text-secondary ws-nowrap >
- Pinned post + {{ $t('status.pinned') }}
diff --git a/locales/en.json b/locales/en.json index 3f5194ad..aa110367 100644 --- a/locales/en.json +++ b/locales/en.json @@ -632,6 +632,7 @@ "dismiss": "Dismiss", "read": "Read {0} description" }, + "pinned": "Pinned post", "poll": { "count": "{0} votes|{0} vote|{0} votes", "ends": "ends {0}",