Closed
Bug 1423618
Opened 7 years ago
Closed 7 years ago
requestedLocales is en-US for repackaged builds
Categories
(Core :: Internationalization, enhancement, P2)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: zbraniecki, Assigned: zbraniecki)
References
Details
Attachments
(1 file)
In bug 1414390 we removed the firefox-l10n.js overrides and established a new `intl.locale.requested` pref as an override of the default setup - meaning, if it's not present, take the default locale.
This is exactly what it should do, except that we still set it by hand in `browser/app/profile/firefox.js` to en-US and then on repackage this file doesn't get updated.
Cleanest solution is to remove the pref from there and let LocaleService pick the default locale in the default scenario.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → gandalf
Status: NEW → ASSIGNED
Priority: -- → P3
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Priority: P3 → P2
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8935096 [details]
Bug 1423618 - Remove hardcoded build time intl.locale.requested.
https://reviewboard.mozilla.org/r/205938/#review211560
Attachment #8935096 -
Flags: review?(l10n) → review+
Pushed by zbraniecki@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e82fc38fe40d
Remove hardcoded build time intl.locale.requested. r=Pike
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•