configures active model i18n keys
This commit is contained in:
@@ -97,6 +97,7 @@ ignore_missing:
|
|||||||
## Consider these keys used:
|
## Consider these keys used:
|
||||||
ignore_unused:
|
ignore_unused:
|
||||||
- 'activerecord.*'
|
- 'activerecord.*'
|
||||||
|
- 'activemodel.*'
|
||||||
- 'admin.organizations.index.filter.*'
|
- 'admin.organizations.index.filter.*'
|
||||||
- 'unauthorized.*'
|
- 'unauthorized.*'
|
||||||
- 'simple_captcha.*'
|
- 'simple_captcha.*'
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
en:
|
en:
|
||||||
activemodel:
|
activemodel:
|
||||||
models:
|
models:
|
||||||
|
verification:
|
||||||
residence: Residence
|
residence: Residence
|
||||||
sms: SMS
|
sms: SMS
|
||||||
attributes:
|
attributes:
|
||||||
|
verification:
|
||||||
residence:
|
residence:
|
||||||
document_type: Document type
|
document_type: Document type
|
||||||
document_number: Document number(including letter)
|
document_number: Document number(including letter)
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
es:
|
es:
|
||||||
activemodel:
|
activemodel:
|
||||||
models:
|
models:
|
||||||
|
verification:
|
||||||
residence: Residencia
|
residence: Residencia
|
||||||
sms: SMS
|
sms: SMS
|
||||||
attributes:
|
attributes:
|
||||||
|
verification:
|
||||||
residence:
|
residence:
|
||||||
document_type: Tipo documento
|
document_type: Tipo documento
|
||||||
document_number: Numero de documento (incluida letra)
|
document_number: Numero de documento (incluida letra)
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ en:
|
|||||||
user: User
|
user: User
|
||||||
vote: Vote
|
vote: Vote
|
||||||
organization: Organization
|
organization: Organization
|
||||||
residence: Residencia
|
|
||||||
attributes:
|
attributes:
|
||||||
comment:
|
comment:
|
||||||
body: Comment
|
body: Comment
|
||||||
|
|||||||
Reference in New Issue
Block a user