We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
src/Greeting.vue:
src/Greeting.vue
<template> ... </template> <script> ... </script> <style> ... </style> <i18n> { "ja": { "good_morning": "おはよう" } } </i18n> <i18n> { "ja": { "good_evening": "こんばんわ" } } </i18n>
vue-i18n-locale-message squeeze -t=./src vue-i18n-locale-message infuse -t=./src -m=./messages.json
<template> ... </template> <script> ... </script> <style> ... </style> <i18n> { "ja": { "good_evening": "こんばんわ" } } </i18n> <i18n> { "ja": { "good_evening": "こんばんわ" } } </i18n>
The text was updated successfully, but these errors were encountered:
I've patched at b226c65
We need to address #13 in order to solve it fundamentally.
Sorry, something went wrong.
We need to hoist unnecessary i18n blocks when it infused.
e.g. b226c65#diff-0b1e335025c42460aeb948c219e9fb8bR89-R105
No branches or pull requests
Codes
src/Greeting.vue
:reproduction step
What is expected?
What is actually happening?
The text was updated successfully, but these errors were encountered: