-
-
Notifications
You must be signed in to change notification settings - Fork 8
feat: add default lang and global scope plugin options for SFC i18n
custom block
#109
feat: add default lang and global scope plugin options for SFC i18n
custom block
#109
Conversation
…ls.ts` on build function
test: add `default-lang.vue` for `defaultSFCLang` and `globalSFCScope` tests
Maybe options names can be others... |
@userquin Sorry, currently, I'm a little busy with my day job. 🙇 |
I need to add docs for these 2 new options (but first I'll wait for your feedback, once ok I can add docs) and also on the site (at least here: https://vue-i18n.intlify.dev/guide/advanced/sfc.html#bundling-with-vite, and here https://vue-i18n.intlify.dev/guide/advanced/sfc.html#bundling-with-rollup (for webpack I need to review options), but it is is another repo). |
docs: add docs for `defaultSFCLang` and `globalSFCScope`
I only add it on options section (with an example), do you want I add something on |
Don't merge yet. I'll add a warning, since For |
Done |
@userquin |
closes #108
Also added .idea/ directory to be excluded on .gitignore (intellj/webstorm stuff).