i18n-llm-translate
Version:
Automatically translates namespace-based JSON translation files across multiple languages from any source language
37 lines (36 loc) • 846 B
JSON
{
"name": "i18n-llm-translate",
"version": "1.3.0",
"description": "Automatically translates namespace-based JSON translation files across multiple languages from any source language",
"main": "index.js",
"scripts": {
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/TheTonsOfCode/i18n-auto-translate"
},
"keywords": [
"i18n",
"auto-translate",
"translation",
"json-translation",
"localization",
"multi-language",
"namespace-translate",
"intl",
"translations",
"language-automation",
"auto-localization",
"json-i18n"
],
"author": "TheTonsOfCode",
"license": "MIT",
"devDependencies": {
"zod": "^3.24.2",
"openai": "^4.89.0",
"@types/node": "^20.14.12",
"typescript": "^5.6.3",
"tsc-alias": "^1.8.10"
}
}