Releases: CoolCat467/Localization-Translation-Utility
Version 2.3.0
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: v2.2.0...v2.3.0
Version 2.2.0
Since the last release we did major project cleanup, adding pre-commit hooks, CSV file translation, and lots of other fixes.
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2
New Contributors
- @pre-commit-ci made their first contribution in #2
Full Changelog: v2.0.0...v2.2.0
v2.0.0 - Google Translate!
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.
Version 1.0.0
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.
Version 0.1.0
Minor bug fix with last line from read language file having (",) at it, fixed by changing remove index from 1 to 3
Initial release
First release