MCPcopy Index your code
hub / github.com/Bistutu/FluentRead / isMachineTrans

Function isMachineTrans

userscripts.js:1490–1492  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

1488
1489// 判断是否为机器翻译
1490function isMachineTrans(model) {
1491 return [transModel.microsoft, transModel.deepL].includes(model);
1492}
1493
1494// 检测语言类型
1495function baiduDetectLang(text) {

Callers 1

translateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected