mirror of
https://github.com/readest/readest.git
synced 2026-05-01 21:10:43 +00:00
6 lines
171 B
Lua
6 lines
171 B
Lua
local _ = require("gettext")
|
|
return {
|
|
name = "readest",
|
|
fullname = _("Readest sync"),
|
|
description = _([[Keeps your KOReader and Readest devices in sync.]]),
|
|
}
|