From 724be2d5feb328acc11ce3d23287b8250049dd40 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 4 Aug 2017 04:42:28 +0200 Subject: [PATCH] Ignore some locale keys that can but do not need to be translated (#4515) --- config/i18n-tasks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index f2bb220a6..849e8116a 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -42,7 +42,9 @@ ignore_missing: - 'simple_form.{error_notification,required}.:' - 'errors.messages.*' - 'activerecord.errors.models.doorkeeper/*' - + - 'sessions.{browsers,platforms}.*' + - 'terms.body_html' + - 'application_mailer.salutation' ignore_unused: - 'activemodel.errors.*' - 'activerecord.attributes.*'