Merge remote-tracking branch 'upstream/pull/5242'

This commit is contained in:
Tom Hughes 2024-10-01 19:14:01 +01:00
commit e8da505518

View file

@ -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}.*'