diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index c1991cd64..626a4b8cb 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -97,6 +97,7 @@ ignore_missing: ## Consider these keys used: ignore_unused: - 'activerecord.*' + - 'activemodel.*' - 'admin.organizations.index.filter.*' - 'unauthorized.*' - 'simple_captcha.*' diff --git a/config/locales/activemodel.en.yml b/config/locales/activemodel.en.yml index edf91fdc4..ad43d1516 100644 --- a/config/locales/activemodel.en.yml +++ b/config/locales/activemodel.en.yml @@ -1,16 +1,18 @@ en: activemodel: models: - residence: Residence - sms: SMS + verification: + residence: Residence + sms: SMS attributes: - residence: - document_type: Document type - document_number: Document number(including letter) - date_of_birth: Date of birth - postal_code: Postal code - sms: - phone: 'Phone' - confirmation_code: 'Confirmation code' - email: - recipient: 'Email' \ No newline at end of file + verification: + residence: + document_type: Document type + document_number: Document number(including letter) + date_of_birth: Date of birth + postal_code: Postal code + sms: + phone: 'Phone' + confirmation_code: 'Confirmation code' + email: + recipient: 'Email' \ No newline at end of file diff --git a/config/locales/activemodel.es.yml b/config/locales/activemodel.es.yml index f72fdd385..9bda561cf 100644 --- a/config/locales/activemodel.es.yml +++ b/config/locales/activemodel.es.yml @@ -1,16 +1,18 @@ es: activemodel: models: - residence: Residencia - sms: SMS + verification: + residence: Residencia + sms: SMS attributes: - residence: - document_type: Tipo documento - document_number: Numero de documento (incluida letra) - date_of_birth: Fecha de nacimiento - postal_code: 'Código postal' - sms: - phone: 'Teléfono' - confirmation_code: 'Código de confirmación' - email: - recipient: 'Email' \ No newline at end of file + verification: + residence: + document_type: Tipo documento + document_number: Numero de documento (incluida letra) + date_of_birth: Fecha de nacimiento + postal_code: 'Código postal' + sms: + phone: 'Teléfono' + confirmation_code: 'Código de confirmación' + email: + recipient: 'Email' \ No newline at end of file diff --git a/config/locales/activerecord.en.yml b/config/locales/activerecord.en.yml index e78d86512..94b1fa0c9 100644 --- a/config/locales/activerecord.en.yml +++ b/config/locales/activerecord.en.yml @@ -7,7 +7,6 @@ en: user: User vote: Vote organization: Organization - residence: Residencia attributes: comment: body: Comment