Localization-Translation-Utility

Script for simplifying the process of translating MineOS Language (.lang) files

GPL-3.0 License

Stars
3
Localization-Translation-Utility - Version 2.3.0 Latest Release

Published by CoolCat467 8 months ago

This release does some major changes to the project structure to make everything much cleaner and make it usable as a module, and adds a proper command line interface to control what the program does instead of modifying source code.

Full Changelog: https://github.com/CoolCat467/Localization-Translation-Utility/compare/v2.2.0...v2.3.0

Localization-Translation-Utility - Version 2.2.0

Published by CoolCat467 8 months ago

Since the last release we did major project cleanup, adding pre-commit hooks, CSV file translation, and lots of other fixes.

What's Changed

New Contributors

Full Changelog: https://github.com/CoolCat467/Localization-Translation-Utility/compare/v2.0.0...v2.2.0

Localization-Translation-Utility - v2.0.0 - Google Translate!

Published by CoolCat467 over 3 years ago

Support json language files, make MineOS language files into json internally, and add automatic asynchronous translation with google translate using translate api endpoint that doesn't require an API key from chrome dictionary extension.

Localization-Translation-Utility - Version 1.0.0

Published by CoolCat467 almost 4 years ago

Add comments to code, implement separation by non-tab characters, and fix bugs with removing line breaks and dealing with line breaks in the file properly instead of adding extra double quotes or other silly parts of the file.

Localization-Translation-Utility - Version 0.1.0

Published by CoolCat467 almost 4 years ago

Minor bug fix with last line from read language file having (",) at it, fixed by changing remove index from 1 to 3

Localization-Translation-Utility - Initial release

Published by CoolCat467 almost 4 years ago

First release

Badges
Extracted from project README
pre-commit.ci status pre-commit code style: black Ruff