diff --git a/app/views/shared/_locale_switcher.html.erb b/app/views/shared/_locale_switcher.html.erb index af184fe48..710c7f2c0 100644 --- a/app/views/shared/_locale_switcher.html.erb +++ b/app/views/shared/_locale_switcher.html.erb @@ -5,12 +5,14 @@ <%= t("layouts.header.locale") %> diff --git a/config/locales/en.yml b/config/locales/en.yml index cd713df7e..40a371652 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -185,6 +185,7 @@ en: transparency_url: https://transparency.consul header: administration: Administration + available_locales: Available languages debates: Debates external_link_blog: Blog external_link_opendata: Open data diff --git a/config/locales/es.yml b/config/locales/es.yml index 6f1ca30b9..5312b445b 100755 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -185,6 +185,7 @@ es: transparency_url: https://transparency.consul header: administration: Administrar + available_locales: Idiomas disponibles debates: Debates external_link_blog: Blog external_link_opendata: Datos abiertos