Closed mwistrand closed 7 years ago
Merging #80 into master will increase coverage by
0.03%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #80 +/- ##
==========================================
+ Coverage 98.87% 98.91% +0.03%
==========================================
Files 11 11
Lines 355 368 +13
Branches 46 50 +4
==========================================
+ Hits 351 364 +13
Partials 4 4
Impacted Files | Coverage Δ | |
---|---|---|
src/i18n.ts | 97.65% <100%> (+0.24%) |
:arrow_up: |
src/main.ts | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 22558b1...7f88ead. Read the comment docs.
Type: feature
The following has been addressed in the PR:
Description:
Implement a
setLocaleMessages
method that allows locale-specific messages for a bundle to be pre-loaded into the i18n system.Resolves #74