-
Notifications
You must be signed in to change notification settings - Fork 132
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
feat: provider supports custom locale #473
Conversation
0b8e6de
to
c623d1c
Compare
注意更新 单元测试 |
Codecov Report
@@ Coverage Diff @@
## main #473 +/- ##
==========================================
+ Coverage 85.12% 85.14% +0.01%
==========================================
Files 180 180
Lines 5205 5284 +79
Branches 1179 1188 +9
==========================================
+ Hits 4431 4499 +68
- Misses 765 778 +13
+ Partials 9 7 -2
Continue to review full report at Codecov.
|
605f036
to
5da5005
Compare
@ProfBramble 单测失败了 |
…lt-in modules (#478) * fix: adjust the timing of loading language extensions and improve built-in modules * test: update the built-in modules in tests
f0bfabb
to
9f0ae21
Compare
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.
+1
Description
重构国际化功能由 provider 引入改为 extension 形式
Resolved #325, #446
Changes