Skip to content

Releases: CoolCat467/Localization-Translation-Utility

Version 2.3.0

12 Feb 06:27
Compare
Choose a tag to compare

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

12 Feb 00:14
Compare
Choose a tag to compare

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: v2.0.0...v2.2.0

v2.0.0 - Google Translate!

09 May 23:36
70a604f
Compare
Choose a tag to compare

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

26 Dec 04:12
07f0706
Compare
Choose a tag to compare

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

23 Dec 17:34
fa6b9be
Compare
Choose a tag to compare

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

Initial release

19 Dec 19:08
d033586
Compare
Choose a tag to compare

First release