[openstreetmap/openstreetmap-website] Use same logic for feature names (PR #6037)
Marwin Hochfelsner
notifications at github.com
Fri May 23 09:34:37 UTC 2025
@hlfan 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"] }
+ );
Fair point. It has to be made pretty complicated if it's done at all.
Let's stick to the half wrong way it's currently done in the meantime.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6037#discussion_r2104212599
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6037/review/2863825771 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250523/dca060f0/attachment.htm>
More information about the rails-dev
mailing list