From 45a29f2f4d20990fd38780c0b2c34c9fbe18a900 Mon Sep 17 00:00:00 2001 From: juandefelix Date: Sat, 3 Oct 2015 11:58:09 -0500 Subject: [PATCH] added tag_list errors translations --- config/locales/activerecord.en.yml | 10 ++++++++++ config/locales/activerecord.es.yml | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/config/locales/activerecord.en.yml b/config/locales/activerecord.en.yml index 303bd5ded..d72967bfa 100644 --- a/config/locales/activerecord.en.yml +++ b/config/locales/activerecord.en.yml @@ -34,3 +34,13 @@ en: organization: name: Organization name responsible_name: Person in charge + errors: + models: + debate: + attributes: + tag_list: + less_than_or_equal_to: tags must be less than or equal to %{count} + proposal: + attributes: + tag_list: + less_than_or_equal_to: tags must be less than or equal to %{count} \ No newline at end of file diff --git a/config/locales/activerecord.es.yml b/config/locales/activerecord.es.yml index 3ba5e7cca..f4bf58b04 100644 --- a/config/locales/activerecord.es.yml +++ b/config/locales/activerecord.es.yml @@ -56,3 +56,13 @@ es: organization: name: Nombre de organización responsible_name: Persona responsable del colectivo + errors: + models: + debate: + attributes: + tag_list: + less_than_or_equal_to: los temas deben ser menor o igual que %{count} + proposal: + attributes: + tag_list: + less_than_or_equal_to: los temas deben ser menor o igual que %{count}