AI-powered tool for JSON internationalization and translation
Top 95.3% on sourcepulse
This project provides an AI-powered tool for translating JSON files used in internationalization (i18n). It targets developers and content creators needing to localize their applications, offering a streamlined workflow with AI-driven accuracy and structure preservation.
How It Works
The tool leverages OpenAI's GPT models for translation, ensuring accurate rendering of technical terms and maintaining the original JSON structure. It supports over 40 languages and offers a real-time preview, allowing users to see translation results before exporting. Local API key usage enhances security by keeping sensitive keys within the browser environment.
Quick Start & Requirements
npm install
after cloning the repository.http://localhost:3000
via npm run dev
.npm run build
and npm run start
.Highlighted Details
Maintenance & Community
The project is maintained by Viggo (@viggo on Twitter). Contributions are welcomed via pull requests.
Licensing & Compatibility
Licensed under the MIT License, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
Single JSON files are limited to 10MB. Translation quality may still require manual verification, especially for nuanced content.
8 months ago
Inactive