intlify / vue-i18n-loader

:globe_with_meridians: vue-i18n loader for custom blocks
MIT License
268 stars 29 forks source link

Message function not supported #223

Open jonathan-rvezy opened 1 year ago

jonathan-rvezy commented 1 year ago

Clear and concise description of the problem

When using locale files, you can use the message function https://kazupon.github.io/vue-i18n/guide/messages.html#message-function

However if you use component based localization you cannot.

Suggested solution

Support javascript objects not just json/yaml.

Alternative

No response

Additional context

No response

Validations