Closed
Bug 1213779
Opened 9 years ago
Closed 3 years ago
Change the way we determine pluralized entities
Categories
(Webtools Graveyard :: Pontoon, defect, P4)
Webtools Graveyard
Pontoon
Tracking
(firefox44 affected)
RESOLVED
MOVED
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: mathjazz, Unassigned)
Details
We don't currently have any good way to represent whether an entity is pluralized or not, neither on backend nor on frontend.
Current implementation on backend:
- check for Entity.string_plural
- VCSModels: dict with None key for singular, numbers for plural
Current implementation on frontend:
- check for entity.original_plural
- isPluralized(): doesn't work for locales with nplurals == 1
- getPluralForm(): doesn't work for locales with nplurals == 1
Also:
https://github.com/mozilla/pontoon/pull/208
Reporter | ||
Updated•9 years ago
|
Summary: Determine pluralized entities → Change the way we determine pluralized entities
Reporter | ||
Updated•9 years ago
|
Priority: -- → P4
Comment 1•3 years ago
|
||
*This bug has been moved to GitHub.*
*Please check it out on https://github.com/mozilla/pontoon/issues.*
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → MOVED
Updated•3 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•