-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
On Vue JS <i18n> text content is no to be translated, but part of component interpolation.
https://kazupon.github.io/vue-i18n/guide/interpolation.html#places-syntax-usage
<i18n tag="p" path="Keep in touch by watching at {foo} on twitter.">
<template v-slot:foo>
<a href="foo">foo</a>
</template>
</i18n>Unfortunately easygettext embed the content:
msgid ""
"<template v-slot:foo=\"\">\n"
" <a href=\"foo\">foo</a>\n"
" </template>"
msgstr ""cpontvieux-systra
Metadata
Metadata
Assignees
Labels
No labels