•  
      request #29993 Replace easygettext-loader by PO Gettext plugin
    Infos
    #29993
    Joris MASSON (jmasson)
    2024-01-11 16:46
    2022-12-19 11:18
    31578
    Details
    Replace easygettext-loader by PO Gettext plugin

    With the introduction of vite as our JS bundler, we added a "universal plugin" called PO Gettext plugin to read gettext translations files (.po) and turn them into JSON. This plugin is built with unplugin which allows us to use it for both vite and webpack.

    We should replace our custom easygettext-loader by PO Gettext plugin, so that we have only one way of loading PO files regardless of the JS bundler.

    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Joris MASSON (jmasson)
    Closed
    2024-01-11
    Attachments
    Empty
    References

    Follow-ups