First commit

This is base for automatization translating
This commit is contained in:
anker-na-20
2026-05-21 10:45:27 +03:00
commit b6dd80e749
18 changed files with 222507 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "doc-translator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}