From 5bfafd549f7a95698e9f18e1c6a39b7f18c62488 Mon Sep 17 00:00:00 2001 From: movilla Date: Thu, 22 Mar 2012 21:46:20 +0100 Subject: [PATCH 1/3] Add translation to app/views/admins/ correlations.haml --- app/views/admins/correlations.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/admins/correlations.haml b/app/views/admins/correlations.haml index 499b27bbe..fb24f42c4 100644 --- a/app/views/admins/correlations.haml +++ b/app/views/admins/correlations.haml @@ -1,4 +1,3 @@ - .span-24 = render :partial => 'admins/admin_bar.haml' %br @@ -6,7 +5,7 @@ .span-24.last %h1 - = "Correlations with Sign In Count:" + = t('.correlations_count') %ul - @correlations_hash.keys.each do |k| %li From 1c14f4bdf39c6878b7a265062d8bb546493cc1e3 Mon Sep 17 00:00:00 2001 From: movilla Date: Thu, 22 Mar 2012 21:51:21 +0100 Subject: [PATCH 2/3] Update en.yml for translation app/views/admins/correlations.haml --- config/locales/diaspora/en.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index a1ca7a8e7..4e4fd53f9 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -88,6 +88,8 @@ en: pod_stats: "Pod Stats" correlations: "Correlations" resque_overview: "Resque Overview" + correlations: + correlations_count: "Correlations with Sign In Count:" application: helper: unknown_person: "unknown person" From 3b2725f1336c90b920a099a4f1b5488d7ed33a98 Mon Sep 17 00:00:00 2001 From: movilla Date: Thu, 22 Mar 2012 21:57:29 +0100 Subject: [PATCH 3/3] =?UTF-8?q?Comprobaci=C3=B3n=20para=20el=20castellano?= =?UTF-8?q?=20para=20app/views/admins/correlations.haml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/locales/diaspora/es.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/locales/diaspora/es.yml b/config/locales/diaspora/es.yml index 2c79d4c4e..ed9485bd3 100644 --- a/config/locales/diaspora/es.yml +++ b/config/locales/diaspora/es.yml @@ -50,6 +50,8 @@ es: pod_stats: "Estadísticas" correlations: "Correlationes" resque_overview: "Resque" + correlations: + correlations_count: "Correlación entre cuentas:" application: helper: diaspora_alpha: "DIASPORA* ALPHA"