diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-11-17 11:42:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 11:42:20 +0100 |
commit | ab7d99e035f5b880ef77440e7c2e76f8e8728992 (patch) | |
tree | 90b4fed3f19bbe4eaa9ad43444260c9e84236119 /config | |
parent | 23ea0e75080e427e5ec6be08f7fa75fc8508cd94 (diff) |
Fix various issues with domain block import (#1944)
- stop using Paperclip for processing domain allow/block imports - stop leaving temporary files - better error handling - assume CSV files are UTF-8-encoded
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 679e356b4..2f766cef3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1159,6 +1159,7 @@ en: invalid_markup: 'contains invalid HTML markup: %{error}' imports: errors: + invalid_csv_file: 'Invalid CSV file. Error: %{error}' over_rows_processing_limit: contains more than %{count} rows modes: merge: Merge |