intlify / vue-i18n-jest

:globe_with_meridians: vue-jest wrapper for i18n custom blocks
MIT License
7 stars 4 forks source link

import of translation files using @ in path is not supported #37

Open beda42 opened 2 years ago

beda42 commented 2 years ago

Hello,

using @ in the path when including translation files like this:

<i18n lang="yaml" src="@/locales/common.yaml"></i18n>

is not supported, even though it is completely legitimate.

Would it be possible to add support for this?

Thanks Beda