about summary refs log tree commit diff
path: root/config/i18n-tasks.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-08-04 04:42:28 +0200
committerGitHub <noreply@github.com>2017-08-04 04:42:28 +0200
commit724be2d5feb328acc11ce3d23287b8250049dd40 (patch)
tree03bfcf98ad03820b3de1eaeb5ad6958be63a31b4 /config/i18n-tasks.yml
parent76da330155848e56225033f7e713473658599dd3 (diff)
Ignore some locale keys that can but do not need to be translated (#4515)
Diffstat (limited to 'config/i18n-tasks.yml')
-rw-r--r--config/i18n-tasks.yml4
1 files changed, 3 insertions, 1 deletions
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.*'