Closed
Bug 863257
Opened 12 years ago
Closed 8 years ago
[compare-locales][locale-inspector] l10n.ini parsing should have fallback data from parent l10n.ini
Categories
(Localization Infrastructure and Tools :: Automation, defect)
Localization Infrastructure and Tools
Automation
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Pike, Unassigned)
References
Details
When parsing an l10n.ini, we support includes. Those includes should have access to the parent.
Testcase:
parent.ini:
[sec]
pkey = pval
pdouble = don't pick me up
[includes]
inc = include.ini
include.ini:
[sec]
pdouble = inner value
cp.get('sec','pdouble') == 'inner value'
cp.get('sec','pkey') == 'pval'
Reporter | ||
Updated•11 years ago
|
Component: Infrastructure → Automation
Product: Mozilla Localizations → Localization Infrastructure and Tools
Reporter | ||
Comment 1•8 years ago
|
||
Won't change the ini file handling anymore now that we have .toml.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•