From 476e0f87d604389f289e6d863136e94625e906df Mon Sep 17 00:00:00 2001 From: Dan Stillman <dstillman@zotero.org> Date: Sun, 22 Jan 2012 10:28:13 -0500 Subject: [PATCH] Locale debugging --- chrome/content/zotero/xpcom/cite.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index c7d6b811df..7670c7c88c 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -124,6 +124,7 @@ Zotero.Cite.System.retrieveItem = function(item) { }; Zotero.Cite.System.retrieveLocale = function(lang) { + Zotero.debug('=========' + lang); var protHandler = Components.classes["@mozilla.org/network/protocol;1?name=chrome"] .createInstance(Components.interfaces.nsIProtocolHandler); var channel = protHandler.newChannel(protHandler.newURI("chrome://zotero/content/locale/csl/locales-"+lang+".xml", "UTF-8", null));