salarcode / AutoResxTranslator

A tool to automatically translate Resx files to any language using Google Translator. No API key is required for the translator. This tool also provides a text translator out of the box.
92 stars 37 forks source link

Fixed google translate API #1

Closed adamhwang closed 6 years ago

adamhwang commented 6 years ago

The current Google Translate API url no longer worked. This PR updates the Google Translate API url to fix the translation service. I could not figure out what textTranslatorUrlKey was intended for, but it did not appear to be necessary. I did not want to remove the code in case it did something I didn't need, but for now this branch works to bulk-translate resx files.

salarcode commented 6 years ago

Thanks, google used to have a client validation code stored in a hidden field. textTranslatorUrlKey was for that.