diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-04 04:42:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 04:42:28 +0200 |
commit | 724be2d5feb328acc11ce3d23287b8250049dd40 (patch) | |
tree | 03bfcf98ad03820b3de1eaeb5ad6958be63a31b4 /config | |
parent | 76da330155848e56225033f7e713473658599dd3 (diff) |
Ignore some locale keys that can but do not need to be translated (#4515)
Diffstat (limited to 'config')
-rw-r--r-- | config/i18n-tasks.yml | 4 |
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.*' |