Bug 1460721 - Follw-up: Fix the localization link in mailGlue.js. r=Pike, rs=jorgk
This commit is contained in:
Родитель
0295172532
Коммит
f031229160
|
@ -134,7 +134,7 @@ MailGlue.prototype = {
|
|||
TBDistCustomizer.applyPrefDefaults();
|
||||
|
||||
let locales = Services.locale.getPackagedLocales();
|
||||
const appSource = new FileSource("app", locales, "resource:///chrome/{locale}/locale/{locale}/");
|
||||
const appSource = new FileSource("app", locales, "resource:///localization/{locale}/");
|
||||
L10nRegistry.registerSource(appSource);
|
||||
|
||||
// handle any migration work that has to happen at profile startup
|
||||
|
|
Загрузка…
Ссылка в новой задаче