Zotero.intl -> Zotero.Intl
Use upper-case namespace for consitency.
This commit is contained in:
parent
38166d4e05
commit
e24f3414b8
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
***** END LICENSE BLOCK *****
|
***** END LICENSE BLOCK *****
|
||||||
*/
|
*/
|
||||||
Zotero.intl = new function () {
|
Zotero.Intl = new function () {
|
||||||
let bundle;
|
let bundle;
|
||||||
let intlProps;
|
let intlProps;
|
||||||
let pluralFormGet;
|
let pluralFormGet;
|
||||||
|
|
|
@ -225,7 +225,7 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js");
|
||||||
// Browser
|
// Browser
|
||||||
Zotero.browser = "g";
|
Zotero.browser = "g";
|
||||||
|
|
||||||
Zotero.intl.init();
|
Zotero.Intl.init();
|
||||||
|
|
||||||
Zotero.Prefs.init();
|
Zotero.Prefs.init();
|
||||||
Zotero.Debug.init(options && options.forceDebugLog);
|
Zotero.Debug.init(options && options.forceDebugLog);
|
||||||
|
@ -1361,7 +1361,7 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js");
|
||||||
* separated by semicolons
|
* separated by semicolons
|
||||||
*/
|
*/
|
||||||
this.getString = function (name, params, num) {
|
this.getString = function (name, params, num) {
|
||||||
return Zotero.intl.getString(...arguments);
|
return Zotero.Intl.getString(...arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue