Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      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
    29488
    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
    Referenced by request #27913

    Follow-ups