From 6fb899a15b928bb62ef6b8a8f440105c3bb417eb Mon Sep 17 00:00:00 2001 From: f Date: Mon, 29 Jan 2018 19:19:47 -0300 Subject: [PATCH] empoderada por --- app/views/layouts/application.html.haml | 2 +- config/locales/en.yml | 2 ++ config/locales/es.yml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index be34424a..a82dc4f1 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -11,5 +11,5 @@ %footer.footer %p{style: @has_cover ? 'color: white' : ''} %a{href: 'https://0xacab.org/itacate-kefir/sutty'} Sutty - es desarrollada por + = t('footer.powered_by') %a{href: 'https://kefir.red'} Kéfir diff --git a/config/locales/en.yml b/config/locales/en.yml index 04143fca..c28e990e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -5,3 +5,5 @@ en: submit: 'Log in' sites: title: 'Sites' + footer: + powered_by: 'is developed by' diff --git a/config/locales/es.yml b/config/locales/es.yml index cd546852..6092f60e 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -5,3 +5,5 @@ es: submit: 'Ingresar' sites: title: 'Sitios' + footer: + powered_by: 'es desarrollada por'