]> cat aescling's git repositories - mastodon.git/commitdiff
Ignore some locale keys that can but do not need to be translated (#4515)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 4 Aug 2017 02:42:28 +0000 (04:42 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Aug 2017 02:42:28 +0000 (04:42 +0200)
config/i18n-tasks.yml

index f2bb220a6daae4ea495614cb76f02f0221f4f324..849e8116aa5160d8db59b2d8f480324c5591fef0 100644 (file)
@@ -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.*'