feat: provider supports custom locale - #473
Merged
Merged
Conversation
ProfBramble
force-pushed
the
feat/extendsLocales
branch
from
October 14, 2021 06:42
0b8e6de to
c623d1c
Compare
wewoor
requested changes
Oct 14, 2021
Collaborator
|
注意更新 单元测试 |
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.
|
wewoor
requested changes
Oct 15, 2021
ProfBramble
force-pushed
the
feat/extendsLocales
branch
from
October 21, 2021 08:32
605f036 to
5da5005
Compare
Collaborator
|
@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
ProfBramble
force-pushed
the
feat/extendsLocales
branch
from
October 26, 2021 03:42
f0bfabb to
9f0ae21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
重构国际化功能由 provider 引入改为 extension 形式
Resolved #325, #446
Changes