From e10af7fc8acadea772a17256d0cf310a51e1e49f Mon Sep 17 00:00:00 2001 From: MrZYX Date: Tue, 21 Dec 2010 19:18:29 +0100 Subject: [PATCH] made "Notifications" translatable --- app/views/notifications/index.html.haml | 2 +- config/locales/diaspora/en.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index 0df4f64a0..0013e3be3 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -17,7 +17,7 @@ = image_tag 'icons/mail_big.png', :height => 30, :width => 30, :style=>"margin-top:3px;" .span-23.last %h2 - Notifications + = t('.notifications') .span-24.last %ul.stream.notifications diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index c331a97f9..edfd1e38b 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -186,6 +186,8 @@ en: new_request: "offered to share with you." comment_on_post: "commented on your" post: 'post' + index: + notifications: "Notifications" users: edit: export_data: "Export Data"