chore: remove all cn comments (#277)

This commit is contained in:
tecvan
2025-07-30 14:52:35 +08:00
committed by GitHub
parent 875e97a40d
commit f93f26fc48
26 changed files with 5109 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"translation": {
"model": "gpt-3.5-turbo",
"maxRetries": 3,
"timeout": 30000,
"concurrency": 3
},
"processing": {
"defaultExtensions": ["ts", "tsx", "js", "jsx", "go", "md"],
"createBackup": true,
"outputFormat": "console"
},
"git": {
"ignorePatterns": [
"node_modules/**",
".git/**",
"dist/**",
"build/**",
"coverage/**",
"*.min.js",
"*.bundle.js"
],
"includeUntracked": false
}
}