mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 21:15:19 +02:00
Refactor: Use native error i18n lookup (#1076)
This commit is contained in:
parent
150fce41a8
commit
14c4b9e93c
15 changed files with 103 additions and 26 deletions
9
config/locales/models/import/en.yml
Normal file
9
config/locales/models/import/en.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
en:
|
||||
activerecord:
|
||||
errors:
|
||||
models:
|
||||
import:
|
||||
attributes:
|
||||
raw_csv_str:
|
||||
invalid_csv_format: is not a valid CSV format
|
Loading…
Add table
Add a link
Reference in a new issue