From 9ac05a2a74d6e777b1be482dd1a082fba96015a6 Mon Sep 17 00:00:00 2001 From: suihan Date: Sat, 1 Aug 2020 18:28:14 +0900 Subject: [PATCH] fix to consider plural nouns e.g. '1 post', '2 posts', 'no posts' --- static/js/contributions.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/js/contributions.js b/static/js/contributions.js index 53e0700..3748af2 100644 --- a/static/js/contributions.js +++ b/static/js/contributions.js @@ -101,7 +101,7 @@ function monthly(year, month, posts) {