Skip to content
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: Provide loader function for dynamically imported i18n messages #1369

Merged
merged 4 commits into from
Aug 1, 2023

Call getMatchableLocales in importMessages

1dac34a
Select commit
Loading
Failed to load commit list.
Merged

feat: Provide loader function for dynamically imported i18n messages #1369

Call getMatchableLocales in importMessages
1dac34a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 27, 2023 in 1s

93.48% (target 90.00%)

View this Pull Request on Codecov

93.48% (target 90.00%)

Details

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (7a9c0b7) 93.48% compared to head (1dac34a) 93.48%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1369   +/-   ##
=======================================
  Coverage   93.48%   93.48%           
=======================================
  Files         624      625    +1     
  Lines       16796    16796           
  Branches     5558     5558           
=======================================
  Hits        15701    15701           
  Misses       1022     1022           
  Partials       73       73           
Files Changed Coverage Δ
src/i18n/provider.tsx 100.00% <ø> (ø)
src/i18n/get-matchable-locales.ts 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.