-
Notifications
You must be signed in to change notification settings - Fork 28
/
config.json
112 lines (112 loc) · 1.43 KB
/
config.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"websiteEndpoint": "/translator",
"translateEndpoint": "/ttranslatev3?isVertical=1&",
"spellCheckEndpoint": "/tspellcheckv3?isVertical=1&",
"maxTextLen": 1000,
"maxTextLenCN": 5000,
"maxCorrectableTextLen": 50,
"maxEPTTextLen": 3000,
"correctableLangs": [
"da",
"en",
"nl",
"fi",
"fr",
"fr-CA",
"de",
"it",
"ja",
"ko",
"no",
"pl",
"pt",
"pt-PT",
"ru",
"es",
"sv",
"tr",
"zh-Hant",
"zh-Hans"
],
"eptLangs": [
"af",
"sq",
"am",
"ar",
"hy",
"az",
"bn",
"bs",
"bg",
"ca",
"zh-Hans",
"zh-Hant",
"hr",
"cs",
"da",
"prs",
"nl",
"en",
"et",
"fil",
"fi",
"fr",
"de",
"el",
"gu",
"ht",
"he",
"hi",
"hu",
"is",
"id",
"iu",
"ga",
"it",
"ja",
"kn",
"kk",
"km",
"ko",
"ku",
"lo",
"lv",
"lt",
"mg",
"ms",
"ml",
"mt",
"mr",
"my",
"mi",
"ne",
"nb",
"or",
"ps",
"fa",
"pl",
"pt",
"pt-PT",
"pa",
"ro",
"ru",
"sm",
"sr-Cyrl",
"sr-Latn",
"sk",
"sl",
"es",
"sw",
"sv",
"ta",
"te",
"th",
"to",
"tr",
"uk",
"ur",
"vi",
"cy"
],
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0"
}