config/locales/en.yml in activemodel-csv_validator-0.2.0 vs config/locales/en.yml in activemodel-csv_validator-0.3.0
- old
+ new
@@ -1,7 +1,8 @@
en:
activemodel:
errors:
messages:
invalid_csv: "is not a valid CSV file"
+ min_rows: "should have more than %{max} rows"
max_rows: "should have no more than %{max} rows"
missing_headers: "should have %{missing_headers} columns"