fixed translations
This commit is contained in:
parent
3bbc766abc
commit
4e4e4d763a
2 changed files with 4 additions and 2 deletions
|
|
@ -28,11 +28,11 @@
|
|||
%a.paginate
|
||||
= t("more")
|
||||
- else
|
||||
nobody likes ##{params[:tag]}.
|
||||
= t('.nobody_likes', :tag => "##{params[:tag]}")
|
||||
= will_paginate @posts
|
||||
|
||||
.prepend-2.span-7.last
|
||||
%h3
|
||||
People tagged with ##{params[:tag]}
|
||||
= t('.people_tagged_with', :tag => "##{params[:tag]}")
|
||||
.side_stream
|
||||
= render :collection => @people, :partial => 'people/person'
|
||||
|
|
|
|||
|
|
@ -398,6 +398,8 @@ en:
|
|||
index:
|
||||
whatup: "What's happening on %{pod}"
|
||||
posts_tagged_with: "Posts tagged with #%{tag}"
|
||||
nobody_likes: "nobody likes %{tag}."
|
||||
people_tagged_with: "People tagged with %{tag}"
|
||||
|
||||
profiles:
|
||||
edit:
|
||||
|
|
|
|||
Loading…
Reference in a new issue