fixed translations for comments

This commit is contained in:
MrZYX 2011-03-13 21:16:43 +01:00
parent 5cae971ba1
commit 2a5d41cc82
2 changed files with 2 additions and 5 deletions

View file

@ -16,8 +16,4 @@
= render 'status_messages/status_message', :post => post, :photos => post.photos
.info
- if post.comments.length == 1
= link_to "#{post.comments.length} #{t('_comment').downcase} →", status_message_path(post), :class => 'comment_link'
- else
= link_to "#{post.comments.length} #{t('_comments').downcase} →", status_message_path(post), :class => 'comment_link'
= link_to "#{t('comments', :count => post.comments.length)} →", status_message_path(post), :class => 'comment_link'

View file

@ -29,6 +29,7 @@ en:
more: "More"
next: "next"
previous: "previous"
_comments: "Comments"
#for reference translation, the real activerecord english transations are actually