Add i18n for "Hidden"

This commit is contained in:
Srijan Choudhary 2014-05-03 01:37:28 +05:30
parent 8879db59b8
commit 26d26ae71b
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -1,3 +1,3 @@
<div class="isso-comment-loader" id="isso-loader-{{ name | blank }}">
<a class="load_hidden" href="#">{{ hidden_replies }} hidden</a>
<a class="load_hidden" href="#">{{ hidden_replies }} {{ i18n-comment-hidden }}</a>
</div>