Localize about:profiling
Categories
(DevTools :: Performance Tools (Profiler/Timeline), task, P2)
Tracking
(firefox86 fixed)
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: gregtatum, Assigned: gregtatum)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
We should localize about:profiling after the interface stabilizes a bit, that way we don't have to worry about changing localization strings until we are ready.
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
I have patches for this which I've attached, but need to spend more time on it before it's ready for review. It's also not handling the CustomizableUI side of it yet.
| Assignee | ||
Comment 3•6 years ago
•
|
||
Note for the future on implementing localization for the popup
Add popup strings here: https://searchfox.org/mozilla-central/source/browser/locales/en-US/browser/appmenu.ftl
Search for data-l10n-id for examples of usage.
Updated•5 years ago
|
| Assignee | ||
Comment 4•5 years ago
|
||
This was based off of the differential revision:
https://phabricator.services.mozilla.com/D71403
I started a new revision as the old one had bitrotted quite a bit. I
handled flod's review feedback from the previous review.
This patch will require a follow-up with handling the profiler presets.
See Bug 1681539.
| Assignee | ||
Comment 5•5 years ago
|
||
This handles most of the localization, but will require a few follow-ups.
First off is Bug 1681539, which is for localizing profiler presets. There
isn't anything too weird about this for the DevTools and about:profilling
context, but requires a solution for the popup. The appmenu.ftl bundle
might need to be included.
I did not localize profiler feature list, nor the byte size computation.
Depends on D99274
| Assignee | ||
Comment 6•5 years ago
|
||
Comment 8•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c84e2486b321
https://hg.mozilla.org/mozilla-central/rev/589ce4061beb
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Description
•