2
0
mirror of https://github.com/koreader/koreader synced 2024-11-04 12:00:25 +00:00
koreader/plugins/movetoarchive.koplugin/_meta.lua

7 lines
175 B
Lua
Raw Normal View History

2020-05-02 21:02:36 +00:00
local _ = require("gettext")
return {
name = "movetoarchive",
2020-05-02 21:02:36 +00:00
fullname = _("Move to archive"),
description = _([[Moves/copies current book to archive folder]]),
}