From: Nenad Vujicic Date: Thu, 12 Sep 2024 19:47:58 +0000 (+0200) Subject: Added ignoring unused translations auth.providers X-Git-Tag: live~126^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/0425aeebbcf511b6b3627c5a3ba8f5066c80660b 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, .. --- diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 01e70529d..225078a51 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -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}.*'