configures active model i18n keys
This commit is contained in:
@@ -97,6 +97,7 @@ ignore_missing:
|
||||
## Consider these keys used:
|
||||
ignore_unused:
|
||||
- 'activerecord.*'
|
||||
- 'activemodel.*'
|
||||
- 'admin.organizations.index.filter.*'
|
||||
- 'unauthorized.*'
|
||||
- 'simple_captcha.*'
|
||||
|
||||
@@ -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'
|
||||
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'
|
||||
@@ -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'
|
||||
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'
|
||||
@@ -7,7 +7,6 @@ en:
|
||||
user: User
|
||||
vote: Vote
|
||||
organization: Organization
|
||||
residence: Residencia
|
||||
attributes:
|
||||
comment:
|
||||
body: Comment
|
||||
|
||||
Reference in New Issue
Block a user