From d28c45a9263b7c9b78cf2d31d0366db954e45ef3 Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 23 May 2017 18:38:59 +0200 Subject: [PATCH] adds missing i18n keys --- config/locales/activerecord.en.yml | 3 +++ config/locales/activerecord.es.yml | 3 +++ 2 files changed, 6 insertions(+) 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"