2
0
mirror of https://github.com/koreader/koreader synced 2024-11-02 15:40:16 +00:00
koreader/plugins/movetoarchive.koplugin/_meta.lua
2020-05-03 22:31:02 +02:00

7 lines
175 B
Lua

local _ = require("gettext")
return {
name = "movetoarchive",
fullname = _("Move to archive"),
description = _([[Moves/copies current book to archive folder]]),
}