Merge pull request #132 from AyuntamientoMadrid/i18n-files

adds i18n files for new namespaces
This commit is contained in:
Raimond Garcia
2015-08-10 17:04:00 +02:00
7 changed files with 22 additions and 16 deletions

View File

@@ -22,6 +22,8 @@ data:
## Another gem (replace %#= with %=):
# - "<%#= %x[bundle show vagrant].chomp %>/templates/locales/%{locale}.yml"
- config/locales/%{locale}.yml
- config/locales/admin.%{locale}.yml
- config/locales/moderation.%{locale}.yml
- config/locales/devise_views.%{locale}.yml
- config/locales/responders.%{locale}.yml

View File

@@ -0,0 +1,5 @@
en:
admin:
dashboard:
index:
title: Administration

View File

@@ -0,0 +1,5 @@
es:
admin:
dashboard:
index:
title: Administración

View File

@@ -14,14 +14,6 @@ en:
language: Site language
footer:
copyright: "Ayuntamiento de Madrid, 2015. All rights reserved"
admin:
dashboard:
index:
title: Administration
moderation:
dashboard:
index:
title: Moderation
debates:
index:
create_debate: Create a debate

View File

@@ -14,14 +14,6 @@ es:
language: Idioma de la página
footer:
copyright: "Ayuntamiento de Madrid, %{year}. Todos los derechos reservados"
admin:
dashboard:
index:
title: Administración
moderation:
dashboard:
index:
title: Moderación
debates:
index:
create_debate: Crea un debate

View File

@@ -0,0 +1,5 @@
en:
moderation:
dashboard:
index:
title: Moderation

View File

@@ -0,0 +1,5 @@
es:
moderation:
dashboard:
index:
title: Moderación