Translate Helper Demo (for translating .json files)
Doing a quick demo of my translation program. I have done it to aid my work with translating Stonehearth, but since it uses files in JSON format I guess it could be used elsewhere as well... Download link from the thread in the forum, link further down.
This video is mostly for the community, but I could as well show it on my channel anyway :)
Quick recap of how it works, or how it could be used
1. Open original file
2. Open translation file
3. Colors will highlight rows differently:
- White = Value is not the same, you have perhaps translated this already
- Yellow = Value is the same. Is that really ok? It could be.
- Orange = A translated value is missing, probably not ok!
The program could also be used to compare two versions of the same language, for example comparing the latest one with the old previous.
http://stonehearth.net/
I have a thread on the official forum:
http://discourse.stonehearth.net/t/tkhs-translation-helper-program/5086
Program is written in C# by myself, using Visual Studio Express 2013.