diff --git a/config/locales/activerecord.en.yml b/config/locales/activerecord.en.yml index d46e7af84..f2ea427f8 100644 --- a/config/locales/activerecord.en.yml +++ b/config/locales/activerecord.en.yml @@ -61,6 +61,9 @@ en: legislation/draft_versions: one: "Draft version" other: "Draft versions" + legislation/draft_texts: + one: "Draft" + other: "Drafts" legislation/questions: one: "Question" other: "Questions" diff --git a/config/locales/activerecord.es.yml b/config/locales/activerecord.es.yml index f927740b9..1fe3319bc 100644 --- a/config/locales/activerecord.es.yml +++ b/config/locales/activerecord.es.yml @@ -58,6 +58,9 @@ es: legislation/process: one: "Proceso" other: "Procesos" + legislation/draft_versions: + one: "Versión borrador" + other: "Versiones borrador" legislation/draft_texts: one: "Borrador" other: "Borradores"