openstreetmap / openstreetmap-website

The Rails application that powers OpenStreetMap
https://www.openstreetmap.org/
GNU General Public License v2.0
2.17k stars 910 forks source link

Removed unused translations from activerecord.errors and updated i18n-tasks.yml #5208

Closed nenad-vujicic closed 2 weeks ago

nenad-vujicic commented 2 weeks ago

PR removes unused translations activerecord.errors.messages.{invalid_email_address, email_address_not_routable} started / ended using in 63862d0 / 90a7efc and updated i18n-tasks.yml to ignore reporting auth.providers.* as unused although they are used in app/views/application/_auth_providers.html.erb, ..

tomhughes commented 2 weeks ago

Looks good to me, thanks.