This commit is contained in:
2025-06-14 01:55:13 +09:00
parent 02ad7f5eb7
commit 1f2d63a131

View File

@@ -67,18 +67,21 @@ const plugin = {
title: "Translate Server URL",
description: "Including http protocol, and the port if needed",
type: "string",
initialValue: "http://localhost:5000",
optional: true,
},
"chat_sync.libretranslate_key": {
title: "Translate Server API Key",
description: "The API key for the translate server",
type: "string",
initialValue: "123456",
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",
initialValue: "zh-Hants en",
optional: true,
},
},