•  
      request #27913 Extract strings using function like `$gettext` in Vue 2 app templates
    Infos
    #27913
    Thomas Gerbet (tgerbet)
    2022-08-03 16:32
    2022-08-03 15:30
    29465
    Details
    Extract strings using function like `$gettext` in Vue 2 app templates

    As of today strings used like this:

    <template>
        <p>{{ $gettext('My translated string') }}</p>
    </template>
    

    are not extracted which is annoying and prevent us to use this preferred syntax since Vue 3/vue3-gettext.

    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2022-08-03
    Attachments
    Empty
    References

    Follow-ups