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

Reply via email to