mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Mismatches in these names prevent this plugin from being disabled'able. https://github.com/koreader/koreader/pull/6101#issuecomment-623131390
7 lines
175 B
Lua
7 lines
175 B
Lua
local _ = require("gettext")
|
|
return {
|
|
name = "movetoarchive",
|
|
fullname = _("Move to archive"),
|
|
description = _([[Moves/copies current book to archive folder]]),
|
|
}
|