i18n-llm-translate
Version:
Automatically translates namespace-based JSON translation files across multiple languages from any source language
31 lines • 735 B
JSON
{
"name": "i18n-llm-translate",
"version": "1.9.0",
"description": "Automatically translates namespace-based JSON translation files across multiple languages from any source language",
"main": "index.js",
"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",
"dependencies": {
"iso-639-1": "^3.1.5",
"openai": "^4.89.0",
"zod": "^3.24.2"
}
}