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:
parent
25dbc4d43e
commit
efb3e0c81b
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ ignore_unused:
|
||||||
- 'geocoder.search_osm_nominatim.prefix.*'
|
- 'geocoder.search_osm_nominatim.prefix.*'
|
||||||
- 'javascripts.*'
|
- 'javascripts.*'
|
||||||
- 'doorkeeper.*'
|
- 'doorkeeper.*'
|
||||||
|
- 'users.auth_failure.*' # OmniAuth provider callback error messages
|
||||||
- 'activerecord.attributes.*'
|
- 'activerecord.attributes.*'
|
||||||
- 'activerecord.models.*'
|
- 'activerecord.models.*'
|
||||||
- 'activerecord.help.*'
|
- 'activerecord.help.*'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue