mirror of
https://github.com/koreader/koreader
synced 2024-11-02 15:40:16 +00:00
eaabc42ea9
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]]),
|
|
}
|