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.
This commit is contained in:
mmd-osm 2024-09-15 10:57:12 +02:00
parent 25dbc4d43e
commit efb3e0c81b

View file

@ -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.*'