diff --git a/app/views/tags/show.haml b/app/views/tags/show.haml index 5988490ef..1a52a6ce7 100644 --- a/app/views/tags/show.haml +++ b/app/views/tags/show.haml @@ -30,8 +30,7 @@ %h2 = @stream.display_tag_name %small - = t('.followed_by') - = t('people', :count => @stream.tag_follow_count) + = t('.followed_by_people', count: @stream.tag_follow_count) - if current_user = render 'shared/publisher', :selected_aspects => @stream.aspect_ids, :aspect_ids => @stream.aspect_ids, :for_all_aspects => true, :aspect => @stream.aspect diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 968ca2d6c..5315f58aa 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -378,7 +378,7 @@ en: foundation_website: "diaspora foundation website" third_party_tools: "third party tools" getting_started_tutorial: "'Getting started' tutorial series" - getting_help: + getting_help: title: "Getting help" getting_started_q: "Help! I need some basic help to get me started!" getting_started_a: "You're in luck. Try the %{tutorial_series} on our project site. It will take you step-by-step through the registration process and teach you all the basic things you need to know about using diaspora*." @@ -1090,7 +1090,10 @@ en: follow: "Follow #%{tag}" following: "Following #%{tag}" stop_following: "Stop Following #%{tag}" - followed_by: 'followed by' + followed_by_people: + zero: "followed by nobody" + one: "followed by one person" + two: "followed by %{count} people" none: "The empty tag does not exist!" tag_followings: create: