From ad6139cfa9234141911bae06c0851fcd31dae97c Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Tue, 30 Apr 2024 02:30:23 -0400 Subject: [PATCH] Clean up pluralized stuff --- i18n/resources.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/i18n/resources.json b/i18n/resources.json index 23660f4..1b0d1cb 100644 --- a/i18n/resources.json +++ b/i18n/resources.json @@ -5,9 +5,11 @@ "quotedFrom": "Quoting {name} (@{screen_name})", "replyingTo": "Replying to @{screen_name}", "threadPartHeader": "A part of @${status.author.screen_name}'s thread", + "ivAuthorActionReply": "Reply from {authorName} (@{authorScreenName}):", "ivAuthorActionOriginal": "Original from {authorName} (@{authorScreenName}):", "ivAuthorActionFollowUp": "Follow-up from {authorName} (@{authorScreenName}):", + "ivQuoteHeader": "Quoting {authorName} (@{authorHandle})", "photoCount": "Photo {number} / {total}", "videoCount": "Video {number} / {total}", @@ -19,19 +21,17 @@ "ivOriginalText": "Original text", "ivViewOriginal": "View full thread", "ivAboutAuthor": "About author", - "ivProfileFollowing": "{numFollowing, plural, one {Following} other {Following}}", - "ivProfileFollowers": "{numFollowers, plural, one {Follower} other {Followers}}", - "ivProfileStatuses": "{numStatuses, plural, one {Post} other {Posts}}", + "ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}", + "ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}", + "ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}", "ivProfilePictureAlt": "{author}'s profile picture", "ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.", "ivInternetArchiveText": "{brandingName} archive", "pollFinalResults": "Final results", - "pollVotes": "{voteCount, plural, one {# vote} other {# votes}} · {timeLeft}", - "ivPollChoice": "{voteCount, plural, one {# vote} other {# votes}}, {percentage}%", - - "ivQuoteHeader": "Quoting {authorName} (@{authorHandle})", + "pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}", + "ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%", "ivCommunityNoteHeader": "Readers added context they thought people might want to know", "language_af": "Afrikaans",