Added ignoring unused translations auth.providers

Added ignoring reporting translations auth.providers.* as unused because they are used at app/views/application/_auth_providers.html.erb, ..
This commit is contained in:
Nenad Vujicic 2024-09-12 21:47:58 +02:00
parent c81d343d8d
commit 0425aeebbc

View file

@ -130,6 +130,7 @@ ignore_unused:
- 'datetime.distance_in_words_ago.*'
- 'reports.new.categories.*' # double interpolation in reports_helper
- 'shared.pagination.*'
- 'auth.providers.*'
# - '{devise,kaminari,will_paginate}.*'
# - 'simple_form.{yes,no}'
# - 'simple_form.{placeholders,hints,labels}.*'