I'm just experimenting with the diffrent translators, but google was one of the easiest to use. Its a good idea to maybe implement the possibility to choose from a pool of translators.
Hi. Nice tool. I was so frustrated translating one of my never finished projects to english. There is maybe one thing that is a little weired, does the api autodetect the source language? Cause my game was initially written in german :)
Yes, the API used in the tool is the GoogleTrans library—automatically detects the source language of the text you provide. In the code, when we call the translate method without specifying the source language, it defaults to 'auto', which enables automatic language detection.
← Return to tool
Comments
Log in with itch.io to leave a comment.
Other translators will be integrated, such as Yandex and DeepL?
I'm just experimenting with the diffrent translators, but google was one of the easiest to use. Its a good idea to maybe implement the possibility to choose from a pool of translators.
Hi. Nice tool. I was so frustrated translating one of my never finished projects to english. There is maybe one thing that is a little weired, does the api autodetect the source language? Cause my game was initially written in german :)
Thx for sharing
Yes, the API used in the tool is the GoogleTrans library—automatically detects the source language of the text you provide. In the code, when we call the
translate
method without specifying the source language, it defaults to'auto'
, which enables automatic language detection.Works fine, maybe this tool has could save me from stop developing one of my ludum dare projects some years ago :D
Maybe I'll give it another try some day.