about summary refs log tree commit diff
path: root/config/i18n-tasks.yml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-01-18 16:40:09 +0100
committerGitHub <noreply@github.com>2023-01-18 16:40:09 +0100
commit343e1fe8e9ce94ea4f86d3a3df71f22f5fb2319d (patch)
tree551b4b1abb37bb40431699d3837e3ac14da86651 /config/i18n-tasks.yml
parent4b92e59f4fea4486ee6e5af7421e7945d5f7f998 (diff)
Add confirmation screen when handling reports (#22375)
* Add confirmation screen on moderation actions

* Add flash notice when a report has been processed

* Refactor tests

* Add tests
Diffstat (limited to 'config/i18n-tasks.yml')
-rw-r--r--config/i18n-tasks.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml
index c1da42bd8..46dd3124b 100644
--- a/config/i18n-tasks.yml
+++ b/config/i18n-tasks.yml
@@ -58,6 +58,8 @@ ignore_unused:
   - 'errors.429'
   - 'admin.accounts.roles.*'
   - 'admin.action_logs.actions.*'
+  - 'admin.reports.summary.action_preambles.*'
+  - 'admin.reports.summary.actions.*'
   - 'admin_mailer.new_appeal.actions.*'
   - 'statuses.attached.*'
   - 'move_handler.carry_{mutes,blocks}_over_text'