From 9570d79ee02e214678936b137d783c1635c1f07b Mon Sep 17 00:00:00 2001 From: rgarcia Date: Fri, 2 Sep 2016 13:46:32 +0200 Subject: [PATCH] ignores missing and unused budget i18n keys --- config/i18n-tasks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index e24d3af0c..7df6f7f9e 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -94,6 +94,8 @@ search: # - 'errors.messages.{accepted,blank,invalid,too_short,too_long}' # - '{devise,simple_form}.*' ignore_missing: + - 'budget.*' + - 'budgets.*' - 'unauthorized.*' - 'activerecord.errors.models.proposal_notification.*' - 'activerecord.errors.models.direct_message.*' @@ -104,6 +106,8 @@ ignore_missing: ## Consider these keys used: ignore_unused: + - 'budget.*' + - 'budgets.*' - 'activerecord.*' - 'activemodel.*' - 'unauthorized.*'