Releases: levi-soft/Translation-Tool
Releases · levi-soft/Translation-Tool
Game Text Translator v0.0.1
🎉 Initial Release of Game Text Translator VSCode Extension!
A powerful VSCode extension for translating game text files with AI support. Perfect for game developers who need to localize their content quickly and accurately.
✨ Features
- Multiple Translation Providers: Google Translate (free), LibreTranslate, OpenRouter, OpenAI, Google Cloud
- Smart Translation: Custom vocabulary dictionary to avoid mistranslations
- Batch Processing: Translate entire files with progress tracking
- System Prompts: Customize AI behavior for game-specific translations
- Preview Mode: Review translations before applying changes
📥 Installation
- Download the
game-text-translator-0.0.1.vsixfile below - In VSCode: Extensions → Install from VSIX → Select the downloaded file
🔧 Usage
- Select text and use "Translate Selection" from context menu
- Open supported files and use "Translate File" command
- Configure providers and settings in VSCode Settings
🛠️ For Developers
git clone https://github.com/levi-soft/Translation-Tool.git
cd Translation-Tool
npm install && npm run compile && npm run package