This commit is contained in:
2025-06-14 01:45:06 +09:00
parent 65df016832
commit 83465e3ab2
2 changed files with 62 additions and 48 deletions

View File

@@ -58,7 +58,7 @@ const plugin = {
},
"chat_sync.use_libretranslate": {
title: "Translate Message",
description: "Using self host or paid service",
description: "Using self host or paid service of libretranslate",
type: "boolean",
initialValue: false,
optional: true,
@@ -75,6 +75,12 @@ const plugin = {
type: "string",
optional: true,
},
"chat_sync.libretranslate_language": {
title: "Translate Server Target Language",
description: "Put a space between each language, using ISO 639-1 codes",
type: "string",
optional: true,
},
},
messages: [