X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/38085fed827bf9fa1cd4d505d6789d171df1c99f..edd04ef67a4652b1ec3775ec2c8a591a9e0070bd:/config/i18n-tasks.yml diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 01e70529d..f5fec5832 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.*' @@ -130,6 +131,9 @@ ignore_unused: - 'datetime.distance_in_words_ago.*' - '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 # - '{devise,kaminari,will_paginate}.*' # - 'simple_form.{yes,no}' # - 'simple_form.{placeholders,hints,labels}.*'