mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
7 lines
197 B
Lua
7 lines
197 B
Lua
|
|
local _ = require("gettext")
|
||
|
|
return {
|
||
|
|
name = "patch_management",
|
||
|
|
fullname = _("Patch management"),
|
||
|
|
description = _("This plugin allows enabling, disabling or editing user patches."),
|
||
|
|
}
|