I18n: ignore unused third party translations

Ignores doorkeeper namespace in `bundle exec i18n-tasks unused`
This commit is contained in:
mmd-osm 2024-09-01 21:35:10 +02:00
parent f6d33afb75
commit 202ee0f74c

View file

@ -122,6 +122,7 @@ search:
ignore_unused:
- 'geocoder.search_osm_nominatim.prefix.*'
- 'javascripts.*'
- 'doorkeeper.*'
- 'activerecord.attributes.*'
- 'activerecord.models.*'
- 'activerecord.help.*'