@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/2863825...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev