From 658e836f4c14c413d1c3c7beab55a59b17fd2fa1 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Mon, 25 Jul 2011 23:09:53 +0200 Subject: [PATCH] Make the "No tags" string translatable --- app/views/aspects/index.html.haml | 2 +- config/locales/diaspora/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml index aa6a26ca6..5014a8ba3 100644 --- a/app/views/aspects/index.html.haml +++ b/app/views/aspects/index.html.haml @@ -29,7 +29,7 @@ - else %li %span.new_aspect - No tags + = t('aspects.index.no_tags') .span-13.append-1 #aspect_stream_container.stream_container diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 6d31484d8..deace4462 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -149,6 +149,7 @@ en: index: your_aspects: "Your Aspects" tags_following: "Followed Tags" + no_tags: "No tags" handle_explanation: "This is your diaspora id. Like an email address, you can give this to people to reach you." no_contacts: "No contacts" post_a_message: "post a message >>"