-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranslatetext.json
More file actions
28 lines (27 loc) · 883 Bytes
/
translatetext.json
File metadata and controls
28 lines (27 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"host" : "http://your-translation.server",
"port" : 5000,
"api_key" : "your API KEY",
"target_language" : "de",
"maxChars" : 10000,
"comment_maxChars" : "maxChars = 0 -> process the whole text",
"minChars" : 100,
"comment_minChars" : "translate only if the text have a set of minimum chars",
"categories" : [
"Emails",
"Scanned Documents",
"PDF Documents",
"Text Documents",
"Other Documents",
"WhatsApp",
"Messenger",
"Skype",
"Telegram",
"Jabber",
"Facebook",
"Instagram",
"Discord",
"Chat Activities",
"Others Chats"
]
}