From 202ee0f74c6eddbdd9639f9b18a553e1c01856e7 Mon Sep 17 00:00:00 2001 From: mmd-osm Date: Sun, 1 Sep 2024 21:35:10 +0200 Subject: [PATCH] I18n: ignore unused third party translations Ignores doorkeeper namespace in `bundle exec i18n-tasks unused` --- config/i18n-tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index bdd18a965..27beb4fb3 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -122,6 +122,7 @@ search: ignore_unused: - 'geocoder.search_osm_nominatim.prefix.*' - 'javascripts.*' + - 'doorkeeper.*' - 'activerecord.attributes.*' - 'activerecord.models.*' - 'activerecord.help.*' -- 2.39.5