Open Bug 1240203 Opened 8 years ago Updated 2 years ago

Warnings and errors should be localized with the language of the debugger device and not the language of the debugged device

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: marco, Unassigned)

Details

Suggested in https://bugzilla.mozilla.org/show_bug.cgi?id=1086997#c5.

The problem isn't strictly related to the Web App Manifest, but to all warnings and errors.

For example, if I run this code:
> document.createEvent('Event').getPreventDefault();

In my browser (localized in Italian) I get:
> L’utilizzo di getPreventDefault() è deprecato. Al suo posto utilizzare defaultPrevented.

In WebIDE with a non localized phone, I get:
> Use of getPreventDefault() is deprecated.  Use defaultPrevented instead.
Component: Developer Tools: WebIDE → Developer Tools: Console
Product: Firefox → DevTools
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.