Closed
Bug 1060946
Opened 11 years ago
Closed 11 years ago
data-available needs better l10n
Categories
(Firefox OS Graveyard :: Gaia::Cost Control, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: theo, Unassigned)
References
Details
(Keywords: regression)
Bug 1038723 introduced two new strings in costcontrol.properties:
data-limit = Data Limit ({{value}})
data-available = {{value}} available
"data-available" needs a pluralform on the value, but currently {{value}} is value + unit.
So you'd need to do the same as here: https://github.com/mozilla-b2g/gaia/blob/master/apps/system/locales/system.en-US.properties#L518
data-available2={[ plural(value) ]}
data-available2[one] = {{value}} {{unit}} available
data-available2[two] = {{value}} {{unit}} available
etc.
"data-limit" doesn't need a plural form.
Updated•11 years ago
|
Keywords: regression
Comment 1•11 years ago
|
||
Fixed by backout, see bug 1038723 comment 37.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 2•11 years ago
|
||
Close as invalid as it lands as part of Bug 1038723.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•