-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
refactor: replace translation scripts and ui with vitepress-translation-helper #2109
Conversation
✅ Deploy Preview for vue-router ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2109 +/- ##
=======================================
Coverage 90.85% 90.85%
=======================================
Files 24 24
Lines 1115 1115
Branches 347 347
=======================================
Hits 1013 1013
Misses 63 63
Partials 39 39 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
I published a dedicated npm package https://www.npmjs.com/package/vitepress-translation-helper
And I updated the npm scripts and contributing page accordingly.
New npm scripts:
docs:translation:compare
docs:translation:update
docs:translation:status
with this new npm package, the workflow is much easier to be cloned to other Vue ecosystem lib.
feel good?
Thanks.