From 00ef4057fd1b926ea13be3f75a3d7f664222dad2 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 16 Apr 2024 16:43:32 -0400 Subject: [PATCH] Adding vote display strings. --- translations/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/translations/en.json b/translations/en.json index 66ccbbc..ab2c75c 100644 --- a/translations/en.json +++ b/translations/en.json @@ -64,6 +64,9 @@ "upload_too_large": "Uploaded image is too large!", "show_avatars": "Show Avatars", "show_scores": "Show Scores", + "show_upvotes": "Show Upvotes", + "show_downvotes": "Show Downvotes", + "show_upvote_percentage": "Show Upvote %", "bot_account": "Bot Account", "show_bot_accounts": "Show Bot Accounts", "show_read_posts": "Show Read Posts", @@ -333,6 +336,7 @@ "downvote": "Downvote", "number_of_downvotes": "{{formattedCount}} Downvote", "number_of_downvotes_plural": "{{formattedCount}} Downvotes", + "upvote_percentage": "{{formattedCount}}% upvoted", "view_votes": "View Votes", "votes": "Votes", "registration_mode": "Registration Mode",