From f050a4757a80e652e26c5b457bc4563b3c91098d Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 16 Sep 2021 14:20:13 -0500 Subject: [PATCH] i18n-tasks: consider model names localizations as used --- config/i18n-tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index cf7eab633..d67f9c255 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -96,6 +96,7 @@ search: ## Consider these keys used: ignore_unused: +- 'activerecord.models.*' - 'activerecord.attributes.*' - 'activerecord.errors.*' - 'errors.messages.blank'