Closed
Bug 683844
Opened 13 years ago
Closed 11 years ago
Re-enable web l10n support in GCLI once dryice supports i18n! plugins
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: jwalker, Unassigned)
References
Details
Dryice does not support the requirejs i18n plugin.
We hacked arround it for now with by replacing
var strings = require('i18n!MODULE');
With:
var strings = require('MODULE').root;
But it would be good to put this support back in.
Reporter | ||
Comment 1•13 years ago
|
||
Moving GCLI bugs to Developer Tools: Console. Filter on 'baked beans are off'.
Component: Developer Tools → Developer Tools: Console
Reporter | ||
Updated•13 years ago
|
No longer blocks: GCLI-FUTURE
Reporter | ||
Comment 4•12 years ago
|
||
New component triage. Filter on "Lobster Thermidor aux crevettes with a Mornay sauce"
Component: Developer Tools: Console → Developer Tools: Graphic Commandline and Toolbar
Reporter | ||
Comment 5•11 years ago
|
||
We're not using dryice any more
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•