From c749cade9cb41e12755299a10b10c9c67ad1521a Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Tue, 30 Apr 2024 00:21:01 -0400 Subject: [PATCH] Add ICU strings --- i18n/resources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/resources.json b/i18n/resources.json index 5c3da03..d5f1012 100644 --- a/i18n/resources.json +++ b/i18n/resources.json @@ -18,14 +18,14 @@ "ivViewOriginalStatus": "View full thread", "ivAboutAuthor": "About author", "ivProfileFollowing": "Following", - "ivProfileFollowers": "Followers", - "ivProfileStatuses": "Posts", + "ivProfileFollowers": "{numFollowers, plural, one {# Follower} other {# Followers}}", + "ivProfileStatuses": "{numPosts, plural, one {# Post} other {# Posts}}", "ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.", "ivInternetArchiveText": "{brandingName} archive", "pollFinalResults": "Final results", - "pollVotes": "{voteCount} votes · {timeLeft}", + "pollVotes": "{voteCount, plural, one {# vote} other {# votes}} · {timeLeft}", "ivQuoteHeader": "Quoting {authorName} (@{authorHandle})",