From: mmd-osm Date: Sun, 15 Sep 2024 08:57:12 +0000 (+0200) Subject: Ignore users.auth_failure.* as unused translation X-Git-Tag: live~204^2~3 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/efb3e0c81be04b2c40f131fefabd3d8bd768cb61 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. --- 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.*'