Closed
Bug 1249630
Opened 9 years ago
Closed 9 years ago
Distribution.js preferences should handle languages as well as locales
Categories
(Firefox :: Distributions, defect)
Firefox
Distributions
Tracking
()
RESOLVED
FIXED
Firefox 47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: mkaply, Assigned: mkaply)
Details
Attachments
(1 file)
Current the distribution architecture only handles locales.
That means if you have a section like:
[LocalizablePreferences-de]
It does not get used if you are on a build with a locale of de-DE. It only gets used if your locale is explcitly de.
We should handle language and locale (with a preference for locale). This will allow us to move to one distribution file for many locales/languages.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mozilla
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/35639/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/35639/
Attachment #8721324 -
Flags: review?(mixedpuppy)
Comment 2•9 years ago
|
||
Comment on attachment 8721324 [details]
MozReview Request: Bug 1249630 - Add language support to distribution.js; r?mixedpuppy
https://reviewboard.mozilla.org/r/35639/#review32293
Attachment #8721324 -
Flags: review?(mixedpuppy) → review+
Comment 3•9 years ago
|
||
because the repack system doesnt use tags or branches for versioning against firefox, we cannot combine the repack locale builds until this changes makes its way into release. We should get this uplifted to aurora to shorten the wait.
Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/8b65dd9aa149cd88bb39e6eddfa47a5ed8705055
Bug 1249630 - Add language support to distribution.js; r=mixedpuppy
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 47
Assignee | ||
Updated•9 years ago
|
Component: General → Distributions
You need to log in
before you can comment on or make changes to this bug.
Description
•