Closed
Bug 1025154
Opened 12 years ago
Closed 10 years ago
[compare-locales] foo={[ plural(n) ]} with no sub-keys should produce a warning
Categories
(Localization Infrastructure and Tools :: compare-locales, defect)
Localization Infrastructure and Tools
compare-locales
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: stas, Unassigned)
References
Details
When foo={[ plural(n) ]} is defined in a properties file, but has no children, we should report a warning. Technically, the localization will not break, but it's likely not what the localizer wants.
The correct form is:
foo={[ plural(n) ]}
foo[one]=One
// possibly other sub-keys.
Comment 1•10 years ago
|
||
We're not going to add support for gaia's version of .properties at this point.
Resolving WONTFIX.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Component: Infrastructure → compare-locales
Product: Mozilla Localizations → Localization Infrastructure and Tools
You need to log in
before you can comment on or make changes to this bug.
Description
•