Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: levi-soft/Translation-Tool

Game Text Translator v0.0.1

24 Sep 10:29

Choose a tag to compare

🎉 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

  1. Download the game-text-translator-0.0.1.vsix file below
  2. 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