•  
      request #29281 Be able to init vue2-gettext with po-gettext-plugin
    Infos
    #29281
    Joris MASSON (jmasson)
    2022-11-08 09:51
    2022-11-04 14:52
    30863
    Details
    Be able to init vue2-gettext with po-gettext-plugin

    vue-gettext v2 expects a precise format of json-like data. With webpack, we have relied upon an internal "easygettext-loader" whose job was to parse a PO file format and convert it to vue-gettext's format.

    With vite, this piece is missing. We load PO files using an internal "po-gettext-plugin". "vue2-gettext-init" should be changed so that it can convert the format from "po-gettext-plugin" to the right shape.

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

    Follow-ups