[openstreetmap/openstreetmap-website] Update to make-plural 8.x (PR #6722)

Pablo Brasero notifications at github.com
Tue Jan 20 13:55:54 UTC 2026


pablobm left a comment (openstreetmap/openstreetmap-website#6722)

It loads fine and I'm not seeing any other load fails. The error comes from within the module. Excerpt:

```
(function (root, plurals) {
  Object.defineProperty(plurals, '__esModule', { value: true });
  if (typeof define === 'function' && define.amd) define(plurals);
  else if (typeof exports === 'object') module.exports = plurals;
  else root.plurals = plurals;
}(this, {
af: a,

ak: b,

am: c,
```

Where `root.plurals = plurals` appears to be the issue. This is JS import land, which I'm very out of touch with...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6722#issuecomment-3773008799
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6722/c3773008799 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260120/17a1c7bd/attachment.htm>


More information about the rails-dev mailing list