X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d7880031a1ab869ba5b4c2926eb43dd78701d48a..a218fcccbbc8bfe086700f9cfe44b1793a1e567b:/config/i18n-tasks.yml diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 225078a51..2b0420224 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -123,6 +123,7 @@ ignore_unused: - 'geocoder.search_osm_nominatim.prefix.*' - 'javascripts.*' - 'doorkeeper.*' + - 'users.auth_failure.*' # OmniAuth provider callback error messages - 'activerecord.attributes.*' - 'activerecord.models.*' - 'activerecord.help.*' @@ -131,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}.*'