Open
Bug 1045619
Opened 11 years ago
Updated 3 years ago
[style editor] csscoverage report: pie chart of css usage: labels 'Used', 'Unused' and 'Use Preload' not localizable
Categories
(DevTools :: Style Editor, defect, P3)
DevTools
Style Editor
Tracking
(Not tracked)
NEW
People
(Reporter: aryx, Unassigned)
Details
Attachments
(1 file)
|
3.49 KB,
patch
|
Details | Diff | Splinter Review |
Firefox 34.0a1 20140728
The csscoverage report contains a pie chart for the css usage, but its labels 'Used', 'Unused' and 'Use Preload' are not localizable.
Updated•10 years ago
|
Assignee: nobody → ntim.bugs
Status: NEW → ASSIGNED
OS: Windows 8.1 → All
Hardware: x86_64 → All
Comment 1•10 years ago
|
||
Works on top of bug 1016288
Attachment #8603718 -
Flags: review?(bgrinstead)
Comment 2•10 years ago
|
||
Comment on attachment 8603718 [details] [diff] [review]
csscoverage-strings.patch
Review of attachment 8603718 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/devtools/styleeditor/StyleEditorUI.jsm
@@ +988,2 @@
> data: [
> + { size: data.summary.preload, label: L10N.getStr("cssCoverage.chart.preload") },
Nit: keep these lines under 80 characters by wrapping onto a new line if necessary
::: browser/locales/en-US/chrome/browser/devtools/styleeditor.properties
@@ +89,5 @@
> confirmNavigationAway.buttonLeaveAccesskey=L
> confirmNavigationAway.buttonStay=Stay on Page
> confirmNavigationAway.buttonStayAccesskey=S
> +
> +# LOCALIZATION NOTE (cssCoverage) : Strings shown in CSS Coverage chart in
replace 'chart' with 'pie chart'
@@ +92,5 @@
> +
> +# LOCALIZATION NOTE (cssCoverage) : Strings shown in CSS Coverage chart in
> +# the style editor.
> +cssCoverage.chart.title = CSS Usage
> +cssCoverage.chart.preload = Used Preload
I have a feeling this string will be difficult to localize and could use a comment. Maybe something like 'Shown for CSS that was used before the load event fired'
Attachment #8603718 -
Flags: review?(bgrinstead)
Updated•10 years ago
|
Assignee: ntim.bugs → nobody
Status: ASSIGNED → NEW
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•