Ignore some locale keys that can but do not need to be translated (#4515)

master
Eugen Rochko 7 years ago committed by GitHub
parent 76da330155
commit 724be2d5fe
  1. 4
      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.*'

Loading…
Cancel
Save