Closed
Bug 1473848
Opened 7 years ago
Closed 7 years ago
Stop exporting locales not explicitly in CENTRAL_LOCALES, e.g., "mix"
Categories
(Firefox :: New Tab Page, enhancement, P1)
Firefox
New Tab Page
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: Mardak, Assigned: Mardak)
References
Details
Attachments
(1 file)
flod, a recent strings import to activity-stream had some partially translated "mix" strings and our bundle step ends up showing:
✗ These locales were not in CENTRAL_LOCALES, but probably should be: mix
It's not fatal, and we end up exporting (and packaging as we do for all strings):
https://searchfox.org/mozilla-central/source/browser/extensions/activity-stream/prerendered/locales/mix/activity-stream-strings.js#70-72
CENTRAL_LOCALES is a copy of https://hg.mozilla.org/mozilla-central/file/tip/browser/locales/l10n.toml and it seems like mix isn't ready to be built yet.
I can let others know to just ignore the message, or I could also just suppress the message by locally adding "mix" to CENTRAL_LOCALES even though it's not in l10n.toml.
Flags: needinfo?(francesco.lodolo)
Comment 1•7 years ago
|
||
If possible, Locales that are not in l10n.toml should be ignored.
mix, in particular, is a locale working on Firefox for Android. They have Firefox enabled for shared parts (toolkit), and translated some strings in AS, which results in the file being exported.
Flags: needinfo?(francesco.lodolo)
| Assignee | ||
Updated•7 years ago
|
Summary: Should "mix" be included or not? → Stop exporting locales not explicitly in CENTRAL_LOCALES, e.g., "mix"
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → edilee
Iteration: --- → 63.1 - July 9
Priority: -- → P1
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/activity-stream
https://github.com/mozilla/activity-stream/commit/b5acb21f47f8519d383cd7f504b7415ecd091b4a
fix(prerender): Skip extra locales and convert extra message to yellow (#4232)
Fix Bug 1473848 - Stop exporting locales not explicitly in CENTRAL_LOCALES, e.g., "mix"
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•7 years ago
|
||
status-firefox63:
--- → fixed
Target Milestone: --- → Firefox 63
Updated•6 years ago
|
Component: Activity Streams: Newtab → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•