Jackbox tools for translating
This repository contains tools for translating Jackbox games, including:
- encoding/decoding games files
- integration with Crowdin
- calculation of top contributors
- translation report generation
- document generation of translations with original audio for voice actors
- preparation of games releases
Install Python 3.7+.
Install Python libraries:
pip install -r requirements.txt
All tools settings are stored at settings/
directory.
It contains API KEY for Crowdin, games paths, etc.
- Go to
scripts/
directory - Run
download_translations.py
- Run
release_game.py
After that you will get a new version of game files with translations at your RELEASE_PATH
directory.