-
Notifications
You must be signed in to change notification settings - Fork 495
feat: add vue-i18n support (fixes #545) #769
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
Conversation
Regarding CI Test Failures
Dear reviewers,
This PR currently fails CI checks due to the following issues:
Missing updates to codeTemplate in index.ts
Absence of some required files
I will promptly address these by:
1.Synchronizing all template index references
2.Adding missing configuration files
3.Re-running full test suites
If you identify any additional issues or have optimization suggestions during review, please don’t hesitate to point them out. Your guidance would be greatly appreciated!
Thank you for your time and consideration.
package-lock.json
does not need to be commit. Please resolve the code conflicts.
package-lock.json
does not need to be commit. Please resolve the code conflicts.
Thank you for pointing that out! I appreciate your feedback, and I’ll make sure to remove the package-lock.json in the next commit.
This PR adds vue-i18n support to create-vue templates, including:
Implementation references the approach from closed PR #548