Skip to content

Vue js <i18n> #100

@frodrigo

Description

@frodrigo

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 ""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions