-
Notifications
You must be signed in to change notification settings - Fork 390
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
refactor(core): use Intl.PluralRules #1486
refactor(core): use Intl.PluralRules #1486
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
1f864c2
to
fc638f5
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## next #1486 +/- ##
==========================================
- Coverage 74.02% 73.92% -0.11%
==========================================
Files 68 67 -1
Lines 1902 1875 -27
Branches 501 489 -12
==========================================
- Hits 1408 1386 -22
- Misses 378 383 +5
+ Partials 116 106 -10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
fc638f5
to
13a7a3e
Compare
@thekip thank you, looks good to me. Could you please add a corresponding note about this change in the v4 migration guide? I'd like to release it today within the |
- always provide fallback to english. This is useful for cases with pseudo localization - allow to pass locales[] for all formatters, this unlocks possibility to override fallback for some locales
13a7a3e
to
93a2a5e
Compare
@andrii-bodnar I added 2 new commits. One with a note and another with additional refactoring. Please check description of that commit. |
93a2a5e
to
8a64cf8
Compare
#1446