2018-08-18 20:41:37 +02:00
|
|
|
local _ = require("gettext")
|
|
|
|
|
return {
|
|
|
|
|
name = "kosync",
|
|
|
|
|
fullname = _("Progress sync"),
|
2024-10-24 04:46:46 -04:00
|
|
|
description = _([[Synchronizes your reading progress to a server across your KOReader devices.]]),
|
2018-08-18 20:41:37 +02:00
|
|
|
}
|