From: mmd-osm Date: Sun, 15 Sep 2024 16:56:21 +0000 (+0200) Subject: Remove unused Namefinder translation strings X-Git-Tag: live~608^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/bcc07e87bf29997fb5935918f923c8fcccc2551d?hp=bcc07e87bf29997fb5935918f923c8fcccc2551d Remove unused Namefinder translation strings Namefinder was introduced in commit d2bd786 and later removed in fcebfd1f. Since then, these translation strings are unused. Analysis using: `git log -p -S "towns" -- ':(exclude)*config/locales/*.yml' ':(exclude)*vendor/assets/*'` ---