From efb3e0c81be04b2c40f131fefabd3d8bd768cb61 Mon Sep 17 00:00:00 2001 From: mmd-osm Date: Sun, 15 Sep 2024 10:57:12 +0200 Subject: [PATCH] Ignore users.auth_failure.* as unused translation Translation keys are used for OmniAuth callbacks, and defined by the respective OmniAuth provider. It is expected that these strings are unsued in the OSM website repo. --- config/i18n-tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 225078a51..2ed3b2e91 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -123,6 +123,7 @@ ignore_unused: - 'geocoder.search_osm_nominatim.prefix.*' - 'javascripts.*' - 'doorkeeper.*' + - 'users.auth_failure.*' # OmniAuth provider callback error messages - 'activerecord.attributes.*' - 'activerecord.models.*' - 'activerecord.help.*' -- 2.39.5