Closed
Bug 591590
Opened 15 years ago
Closed 15 years ago
Properly localize singulars and plurals in csshtmltree
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwalker, Unassigned)
References
Details
(Whiteboard: [kd4b6] [strings])
From the review of the style panel (see https://bugzilla.mozilla.org/show_bug.cgi?id=582596#c78)
>+++ b/browser/locales/en-US/chrome/browser/inspector.properties
...
>+style.property.numberOfRulesSingular=%1$S rule
>+style.property.numberOfRulesPlural=%1$S rules
Singular and Plural? Oh, if only it was so simple!
See https://developer.mozilla.org/en/Localization_and_Plurals
You'll be wanting to fix this in a followup. :)
| Reporter | ||
Updated•15 years ago
|
Comment 1•15 years ago
|
||
I think this should be fixed before landing that patch, actually...
| Reporter | ||
Comment 2•15 years ago
|
||
We certainly need this in before strings freeze, but I would like to keep the reviewing simple and land this in 2 patches if possible.
Comment 3•15 years ago
|
||
I have updated the CssHtmlTree patch. The change was sufficiently simple and I could implement this today.
You can mark this bug as fixed, if the changes I did are sufficient. Otherwise, please let me know what needs to be improved. Thanks!
Status: NEW → ASSIGNED
Updated•15 years ago
|
Whiteboard: [kd4b6] [strings]
| Reporter | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•