G
G
gifon2022-01-18 20:18:18
Internationalization and localization
gifon, 2022-01-18 20:18:18

[email protected] removed support for the i18n tag?

Using vue-i18n, you could do this:

<i18n>
{
  "en": {
    "test": "testy",
  },
  "ru": {
    "test": "тестик",
  },
}
</i18n>

But when using [email protected] I get an error using the same tag. Removed his support?

vue3+webpack5+typescript project.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question