Merge pull request #132 from AyuntamientoMadrid/i18n-files
adds i18n files for new namespaces
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
5
config/locales/admin.en.yml
Normal file
5
config/locales/admin.en.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
en:
|
||||
admin:
|
||||
dashboard:
|
||||
index:
|
||||
title: Administration
|
||||
5
config/locales/admin.es.yml
Normal file
5
config/locales/admin.es.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
es:
|
||||
admin:
|
||||
dashboard:
|
||||
index:
|
||||
title: Administración
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
5
config/locales/moderation.en.yml
Normal file
5
config/locales/moderation.en.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
en:
|
||||
moderation:
|
||||
dashboard:
|
||||
index:
|
||||
title: Moderation
|
||||
5
config/locales/moderation.es.yml
Normal file
5
config/locales/moderation.es.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
es:
|
||||
moderation:
|
||||
dashboard:
|
||||
index:
|
||||
title: Moderación
|
||||
Reference in New Issue
Block a user