Add i18n for "Hidden"

pull/83/head
Srijan Choudhary 10 years ago
parent 8879db59b8
commit 26d26ae71b

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

@ -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>
Loading…
Cancel
Save