Auto Translation Tool

Started by cdz05080, August 14, 2021, 08:42:29 AM

Previous topic - Next topic

cdz05080

I made a software that can Translate MOD automatically.
I want someone to try it. (I wonder that should be compatible with all languages ​​that Google Translate supports.)

Perhaps there is already such a solution?

It uses GAS to provide free and automatic translation.
The source code will also be released under the MIT license.
A manual is also attached.

RawCode

it translates label and description of every def provided with mod, it does not translate quests and other specialized data, also it does not translate hardcoded strings or anything provided with assembly.

usage of GetStringAsync is tricky, google likely to ban you for spamming requests, you should process one (or limited) number of requests at time, or pack strings into batch and translate multiple keys at once and after that verify that response of google is not forbidden or any other error type.

cdz05080

Maybe your anxiety about Google is correct.

Perhaps the only right way is to pay for using the Google Translate API.
But it's hard for anyone to choose, right?
So I found a way to use GAS.
I have successfully translated some mods in my language.
If Google regulates it, I would like to see it and take action.