[openstreetmap/openstreetmap-website] Integrate human-readable wikidata browser plugin (PR #6127)
Anton Khorev
notifications at github.com
Wed Jul 16 09:49:40 UTC 2025
@AntonKhorev commented on this pull request.
> @@ -1,10 +1,18 @@
(function () {
+ let abortController = null;
+ const langs = [...new Set([...OSM.preferred_languages.map(l => l.toLowerCase()), "mul", "en"])];
Can we give this a more specific name than `langs` to avoid guessing what it actually means? Is it *preferred languages from mediawiki point of view*?
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6127#pullrequestreview-3024045993
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6127/review/3024045993 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250716/87ae2f8d/attachment.htm>
More information about the rails-dev
mailing list