From 26d26ae71bc4958b6efe34873220ed86ebc43b96 Mon Sep 17 00:00:00 2001 From: Srijan Choudhary Date: Sat, 3 May 2014 01:37:28 +0530 Subject: [PATCH] Add i18n for "Hidden" --- isso/js/app/i18n/en.js | 1 + isso/js/app/text/comment-loader.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/isso/js/app/i18n/en.js b/isso/js/app/i18n/en.js index 40b5bc9..b23b3f5 100644 --- a/isso/js/app/i18n/en.js +++ b/isso/js/app/i18n/en.js @@ -17,6 +17,7 @@ define({ "comment-deleted": "Comment deleted.", "comment-queued": "Comment in queue for moderation.", "comment-anonymous": "Anonymous", + "comment-hidden": "Hidden", "date-now": "right now", "date-minute": "a minute ago\n{{ n }} minutes ago", diff --git a/isso/js/app/text/comment-loader.html b/isso/js/app/text/comment-loader.html index f6e7bad..ce507c6 100644 --- a/isso/js/app/text/comment-loader.html +++ b/isso/js/app/text/comment-loader.html @@ -1,3 +1,3 @@
- {{ hidden_replies }} hidden + {{ hidden_replies }} {{ i18n-comment-hidden }}
\ No newline at end of file