From: Eugen Rochko Date: Fri, 4 Aug 2017 02:42:28 +0000 (+0200) Subject: Ignore some locale keys that can but do not need to be translated (#4515) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=724be2d5feb328acc11ce3d23287b8250049dd40;p=mastodon.git Ignore some locale keys that can but do not need to be translated (#4515) --- 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.*'