Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ auto-translate.mjs
File
auto-translate.mjs
scripts/auto-translate.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
//@ts-check
2
import
{ readdir, readFile, writeFile } from
"fs/promises"
;
3
import
OpenAI from
"openai"
;
4
import
path from
"path"
;
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected