mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 21:15:46 +01:00
Fix bug.
This commit is contained in:
@@ -45,7 +45,8 @@ var Messages = Module("messages", {
|
|||||||
array.uniq([JSMLoader.getTarget("dactyl://locale/" + this.name + ".properties"),
|
array.uniq([JSMLoader.getTarget("dactyl://locale/" + this.name + ".properties"),
|
||||||
JSMLoader.getTarget("dactyl://locale-local/" + this.name + ".properties"),
|
JSMLoader.getTarget("dactyl://locale-local/" + this.name + ".properties"),
|
||||||
"resource://dactyl-locale/en-US/" + 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)
|
.map(services.stringBundle.createBundle)
|
||||||
.filter(function (bundle) { try { bundle.getSimpleEnumeration(); return true; } catch (e) { return false; } })),
|
.filter(function (bundle) { try { bundle.getSimpleEnumeration(); return true; } catch (e) { return false; } })),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user