Ignores activerecord translation keys as unused
Adds activerecord.errors.models.user_mute.{attributes.subject.format, is_already_muted} under ignore_unused (in i18n-tasks.yml) so they are not reported as unused anymore.
This commit is contained in:
parent
edd04ef67a
commit
f862880a6c
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@ ignore_unused:
|
|||
- 'auth.providers.*'
|
||||
- 'time.formats.blog' # used for formatting blog dates
|
||||
- 'time.formats.friendly' # used for formatting dates / times in a friendly way
|
||||
- 'activerecord.errors.models.user_mute.attributes.subject.format' # used for formatting error message during validation in user_mute.rb
|
||||
- 'activerecord.errors.models.user_mute.is_already_muted' # used as part of error message during validation in user_mute.rb
|
||||
# - '{devise,kaminari,will_paginate}.*'
|
||||
# - 'simple_form.{yes,no}'
|
||||
# - 'simple_form.{placeholders,hints,labels}.*'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue