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,9 +1,11 @@
|
||||
en:
|
||||
activemodel:
|
||||
models:
|
||||
verification:
|
||||
residence: Residence
|
||||
sms: SMS
|
||||
attributes:
|
||||
verification:
|
||||
residence:
|
||||
document_type: Document type
|
||||
document_number: Document number(including letter)
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
es:
|
||||
activemodel:
|
||||
models:
|
||||
verification:
|
||||
residence: Residencia
|
||||
sms: SMS
|
||||
attributes:
|
||||
verification:
|
||||
residence:
|
||||
document_type: Tipo documento
|
||||
document_number: Numero de documento (incluida letra)
|
||||
|
||||
@@ -7,7 +7,6 @@ en:
|
||||
user: User
|
||||
vote: Vote
|
||||
organization: Organization
|
||||
residence: Residencia
|
||||
attributes:
|
||||
comment:
|
||||
body: Comment
|
||||
|
||||
Reference in New Issue
Block a user