Closed
Bug 1533435
Opened 7 years ago
Closed 7 years ago
Create new plural for bs, hr, sr using 'one', 'few', 'other'
Categories
(Core :: Internationalization, enhancement)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: flod, Assigned: flod)
Details
Attachments
(1 file)
While testing bug 1385863, I noticed the number of errors increasing for Polish.
After checking the details:
- Pontoon was set to use [one, few, other], while these locales use [one, few, many] (rule #7 in PluralForm.jsm)
- On other hand, Slavic locales (bs, hr, sr) are using rule #7 in Gecko, but they need a different plural form with [one, few, many]
We need to:
- Duplicate rule #7 to make sense of all this
- Correct intl.properties for these locales
- Update MDN
- File a bug for DevTools to sync their own fork of PluralForm.jsm
| Assignee | ||
Comment 1•7 years ago
|
||
Pushed by flodolo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/29867c8ea3ec
Create new plural for Slavic languages (bs, hr, sr) to account for different CLDR categories than Russian r=Pike
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
| Assignee | ||
Comment 4•7 years ago
|
||
Changes in l10n repositories
https://hg.mozilla.org/l10n-central/bs/rev/cebf5c66ddd65b4d3a48ffaf7e3bcc8c74a14e84
https://hg.mozilla.org/l10n-central/hr/rev/f4720ce0eb6e80918ecf06e0f91a42b4544bec62
https://hg.mozilla.org/l10n-central/sr/rev/cc5caa850bd52cce6e13a0509dced114fd60f0f0
Updated MDN page at
https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localization_and_Plurals
Filed bug 1533688 for DevTools.
Comment 5•7 years ago
|
||
Fix for c-l landed as https://hg.mozilla.org/l10n/compare-locales/rev/8eb5e83f72b9932e3fd76fb34c21c2146a8484f2
You need to log in
before you can comment on or make changes to this bug.
Description
•