From 38085fed827bf9fa1cd4d505d6789d171df1c99f Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Tue, 10 Sep 2024 10:38:54 +0300 Subject: [PATCH 1/1] Make i18n-tasks ignore shared pagination scope --- config/i18n-tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 27beb4fb3..01e70529d 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -129,6 +129,7 @@ ignore_unused: - 'helpers.submit.*' - 'datetime.distance_in_words_ago.*' - 'reports.new.categories.*' # double interpolation in reports_helper + - 'shared.pagination.*' # - '{devise,kaminari,will_paginate}.*' # - 'simple_form.{yes,no}' # - 'simple_form.{placeholders,hints,labels}.*' -- 2.39.5