Skip to content

Releases: Tiny-Foxes/Translation-Toolkit

Bug fix release

24 Dec 20:11
Compare
Choose a tag to compare
  • The tool can now handle file paths that are put between quotes (happens if you copy-paste a path on windows that has some spaces).

QoL release

23 Dec 20:53
Compare
Choose a tag to compare
  • A small quality-of-life update: Whenever you're asked to input something, you can press escape to cancel the current command and go back to the main menu (only work as the first input, because of some tech limitation).
  • On the code side, I've cleaned up some bits that needed it

Improved Lines Counter

22 Dec 09:25
Compare
Choose a tag to compare

Some minor updates to the Lines Counter:

  • Improved results UI
  • Stop counting NativeLanguagesName section as part of the number of lines to be translated, since those are meant to be left in their original language...everybody gained some percentage in their translation :D

Lines counter added

20 Dec 19:52
Compare
Choose a tag to compare

Added a new tool: The Lines Counter

It compares 2 files, and tells you how many files in the target file are different (and thus translated) than the reference file. It then prints the total number of lines to be translated, and the total number of lines already translated.

It is obviously limited because it can't know which lines are voluntarily left in English and/or translated but the words are the same. But still, it gives a rough measure of progress, and I think it will help translators to keep their motivation, by having a concrete measure of their progress :)

File synchronization is now possible :)

19 Dec 22:56
Compare
Choose a tag to compare

A proper release for the synchronization option. You can now sync your translation file with a reference file (usually the EN.ini).

  • All lines in the reference file that are not in the target file will be added to the target file
  • All lines in the target file that are not in the reference file will be removed
  • Lines that are in both, but at different places, will be reordered to follow the reference file's order.

NOTE: YOU MUST run the duplicates checker on both files before running the Synchronization feature (or know that the file you have has already been run through the duplicates checker)

A pre-release of synchronization

19 Dec 16:08
Compare
Choose a tag to compare
Pre-release

Finally, the real feature of the TTK is in:
You can now compare a reference file (en.ini) with a target file (some other translation), and have the tool sync the target file with the reference file: you're getting all the new stuff from the reference file, and all the outdated lines are removed.

Note: this version is just a pre-release, to be able to show to others/have them try it out. I want more testing/debugging before calling it finished

A proper 0.1 release

08 Sep 18:14
Compare
Choose a tag to compare

Fix 2 small issues with 0.1 + Improve the publish process so we get cleaner files, for all 3 platforms

0.1

08 Sep 04:58
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

First release, as a self-contained .NET Core application for Windows and Linux