]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/modules/messages.jsm
Import 1.0 supporting Firefox up to 14.*
[dactyl.git] / common / modules / messages.jsm
index bca366992cf0b3f49a5752a97fcb4ae3ab20a26d..3e20f27afa9e9e9c21f7657c212ba7b509fea84f 100644 (file)
@@ -45,7 +45,8 @@ var Messages = Module("messages", {
         array.uniq([JSMLoader.getTarget("dactyl://locale/" + this.name + ".properties"),
                     JSMLoader.getTarget("dactyl://locale-local/" + this.name + ".properties"),
                     "resource://dactyl-locale/en-US/" + this.name + ".properties",
-                    "resource://dactyl-locale-local/en-US/" + this.name + ".properties"])
+                    "resource://dactyl-locale-local/en-US/" + this.name + ".properties"],
+                   true)
              .map(services.stringBundle.createBundle)
              .filter(function (bundle) { try { bundle.getSimpleEnumeration(); return true; } catch (e) { return false; } })),