[openstreetmap/openstreetmap-website] Use same logic for feature names (PR #6037)
Anton Khorev
notifications at github.com
Thu May 22 15:23:49 UTC 2025
@AntonKhorev commented on this pull request.
> - return tags["addr:housenumber"] + " " + tags["addr:street"];
+ return OSM.i18n.t(
+ "javascripts.query.address",
+ { housenumber: tags["addr:housenumber"], street: tags["addr:street"] }
+ );
Should an addres at an arbitrary location be formatted according to a rule for the current ui language?
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6037#pullrequestreview-2861673008
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6037/review/2861673008 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250522/2417fbc0/attachment.htm>
More information about the rails-dev
mailing list