Localization management tool for games built on the Decima engine
Exports and imports game text in various formats for easy localization
Features β’ Supported Games β’ Installation β’ Usage β’ Contributing β’ License
- Export and import game text in:
- Plain text (TXT)
- JSON
- YAML
- Batch export/import for multiple files
- CLI and library interfaces
- Support to export all or part of languages
- Easy to use interface for non-technical users
Game | Status |
---|---|
Horizon Zero Dawn | Supported β |
Death Stranding | Supported β |
You can download latest version of the program from Release page
Export text from Horizon Zero Dawn to JSON:
decima-loc hzd single "path-to-core" export --format json
Import translated text back into the game and create new core file:
decima-loc hzd single "path-to-core" import "path-to-json" --format json
See decima-loc --help
for full usage.
Contributions are welcome! Please open an issue or PR.
This project is licensed under the MIT License - see LICENSE for more details.