-
-
Notifications
You must be signed in to change notification settings - Fork 29
managed localize resource with lang
attribute
#11
New issue
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
managed localize resource with lang
attribute
#11
Comments
@kazupon Hi! I would think this approach is kind of confusing from the original vue sfc. For example: // someFile.vue
<template>
...
</template>
<i18n locale="zh-CN" src='./zh-CN.json'></i18n>
<i18n locale="zh-TW" lang='json5' src='./zh-TW.json5'></i18n>
<i18n locale="en" lang='yaml' src='./en.yaml'></i18n> |
@antfu It's no problem. 😉 |
related from kazupon/vue-i18n#249
e.g.
The text was updated successfully, but these errors were encountered: