From 26ff6f45a06cec7f9d482a7c587d9ff0ba89ebf7 Mon Sep 17 00:00:00 2001 From: Nelson Chan Date: Mon, 30 May 2022 17:53:32 +0800 Subject: [PATCH] Feat: Use i18n pluralization --- src/components/settings/Notifications.vue | 4 ++-- src/languages/en.js | 3 +-- src/pages/Details.vue | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/settings/Notifications.vue b/src/components/settings/Notifications.vue index e2e95c23d..2146066dd 100644 --- a/src/components/settings/Notifications.vue +++ b/src/components/settings/Notifications.vue @@ -25,14 +25,14 @@

{{ $t("certificationExpiryDescription") }}

- {{ day }} {{ $t("day(s)") }} + {{ day }} {{ $tc("day", day) }}
- +