X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/efb3e0c81be04b2c40f131fefabd3d8bd768cb61..a05692a3f6f0be293ff73aec04b32fcaf76f97ce:/config/i18n-tasks.yml diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 2ed3b2e91..2b0420224 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -132,6 +132,10 @@ ignore_unused: - 'reports.new.categories.*' # double interpolation in reports_helper - 'shared.pagination.*' - '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}.*'