We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
<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 ""
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Unfortunately easygettext embed the content:
The text was updated successfully, but these errors were encountered: