-
Notifications
You must be signed in to change notification settings - Fork 382
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(format-po-gettext): respect Plural-Forms header #2070
feat(format-po-gettext): respect Plural-Forms header #2070
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2070 +/- ##
==========================================
- Coverage 76.65% 75.84% -0.81%
==========================================
Files 81 89 +8
Lines 2090 2227 +137
Branches 533 560 +27
==========================================
+ Hits 1602 1689 +87
- Misses 375 425 +50
Partials 113 113 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@garikkh thank you!
Description
Certain TMS might provide a different
Plural-Forms
header with gettext-style PO files. Instead of depending on using either CLDR or gettext defined plurals, change the gettext formatter to consider the header.See related PR: #2010
Types of changes
Checklist