mirror of
https://github.com/PHIDIAS0303/ClusterChatSync.git
synced 2025-12-27 03:05:21 +09:00
.
This commit is contained in:
3
info.js
3
info.js
@@ -67,18 +67,21 @@ const plugin = {
|
|||||||
title: "Translate Server URL",
|
title: "Translate Server URL",
|
||||||
description: "Including http protocol, and the port if needed",
|
description: "Including http protocol, and the port if needed",
|
||||||
type: "string",
|
type: "string",
|
||||||
|
initialValue: "http://localhost:5000",
|
||||||
optional: true,
|
optional: true,
|
||||||
},
|
},
|
||||||
"chat_sync.libretranslate_key": {
|
"chat_sync.libretranslate_key": {
|
||||||
title: "Translate Server API Key",
|
title: "Translate Server API Key",
|
||||||
description: "The API key for the translate server",
|
description: "The API key for the translate server",
|
||||||
type: "string",
|
type: "string",
|
||||||
|
initialValue: "123456",
|
||||||
optional: true,
|
optional: true,
|
||||||
},
|
},
|
||||||
"chat_sync.libretranslate_language": {
|
"chat_sync.libretranslate_language": {
|
||||||
title: "Translate Server Target Language",
|
title: "Translate Server Target Language",
|
||||||
description: "Put a space between each language, using ISO 639-1 codes",
|
description: "Put a space between each language, using ISO 639-1 codes",
|
||||||
type: "string",
|
type: "string",
|
||||||
|
initialValue: "zh-Hants en",
|
||||||
optional: true,
|
optional: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user