mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 19:55:48 +01:00
Allow localization of command/mapping/option descriptions.
This commit is contained in:
@@ -434,6 +434,8 @@ var Contexts = Module("contexts", {
|
||||
get persist() this.group.persist,
|
||||
set persist(val) this.group.persist = val,
|
||||
|
||||
prefix: Class.memoize(function () this.name === "builtin" ? "" : this.name + ":"),
|
||||
|
||||
get toStringParams() [this.name]
|
||||
})
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user