dojo / i18n

:rocket: Dojo 2 - internationalization library.
http://dojo.io
Other
6 stars 19 forks source link

Allow locale messages to be manually injected. #80

Closed mwistrand closed 7 years ago

mwistrand commented 7 years ago

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

codecov[bot] commented 7 years ago

Codecov Report

Merging #80 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            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.