mirror of
https://github.com/PHIDIAS0303/ClusterChatSync.git
synced 2025-12-27 03:05:21 +09:00
.
This commit is contained in:
8
info.js
8
info.js
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user