Skip to content

Notification unification / WebPush i18n.

lain requested to merge notification-unification-experiments into develop

This is a working implementation of localized and unified notifications.

  1. vuei18n won't work unless Vue is also imported.
  2. Trying to reuse the recently made on-demand loading of messages leads to webpack errors. I think the translation files have to be actually cached by the service worker / be in the manifest to make this work. Not sure though.
Edited by lain

Merge request reports