]> git.openstreetmap.org Git - rails.git/commitdiff
I18n: ignore unused third party translations
authormmd-osm <mmd.osm@gmail.com>
Sun, 1 Sep 2024 19:35:10 +0000 (21:35 +0200)
committermmd-osm <mmd.osm@gmail.com>
Sun, 1 Sep 2024 19:54:40 +0000 (21:54 +0200)
Ignores doorkeeper namespace in `bundle exec i18n-tasks unused`

config/i18n-tasks.yml

index bdd18a965b0168bb126623b565991096a82504c1..27beb4fb34994ca09f94a74b3f3f5bd695f15c82 100644 (file)
@@ -122,6 +122,7 @@ search:
 ignore_unused:
   - 'geocoder.search_osm_nominatim.prefix.*'
   - 'javascripts.*'
+  - 'doorkeeper.*'
   - 'activerecord.attributes.*'
   - 'activerecord.models.*'
   - 'activerecord.help.*'