From 0425aeebbcf511b6b3627c5a3ba8f5066c80660b Mon Sep 17 00:00:00 2001 From: Nenad Vujicic Date: Thu, 12 Sep 2024 21:47:58 +0200 Subject: [PATCH] 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, .. --- config/i18n-tasks.yml | 1 + 1 file changed, 1 insertion(+) 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}.*' -- 2.39.5