summaryrefslogtreecommitdiffstats
path: root/ui/translations/en.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-11 19:10:10 -0400
committerDessalines <tyhou13@gmx.com>2020-03-11 19:10:10 -0400
commitf36aa1f40dd92a2dfe4f3e92bfc26a67d08ae2be (patch)
tree2c2d0b645d9a1b9c3312b69f6beaed41ff2e0d56 /ui/translations/en.json
parent4fbf55d79e355608c75aa8218cd7f487c58fa04d (diff)
Show full scores on hover for posts and comments. Fixes #592
Diffstat (limited to 'ui/translations/en.json')
-rw-r--r--ui/translations/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/translations/en.json b/ui/translations/en.json
index afee21bb..e9df20ba 100644
--- a/ui/translations/en.json
+++ b/ui/translations/en.json
@@ -155,7 +155,11 @@
"downvotes_disabled": "Downvotes disabled",
"enable_downvotes": "Enable Downvotes",
"upvote": "Upvote",
+ "number_of_upvotes": "{{count}} Upvote",
+ "number_of_upvotes_plural": "{{count}} Upvotes",
"downvote": "Downvote",
+ "number_of_downvotes": "{{count}} Downvote",
+ "number_of_downvotes_plural": "{{count}} Downvotes",
"open_registration": "Open Registration",
"registration_closed": "Registration closed",
"enable_nsfw": "Enable NSFW",