ivonederlof / xlf-translator

Read and translate xlf files
MIT License
6 stars 7 forks source link

Frozen trying to translate from google #2

Open sianabanana opened 5 years ago

sianabanana commented 5 years ago

I have used your tool to create translations and all worked correctly the first time

I then tweaked some code, deleted all previous translations and folders and went to try again.

Unfortunately, it gets to the bit where it should go to google translate and freezes

I see no network traffic or info in the console window

Am i missing something?

abdunnahid commented 5 years ago

Facing the same issue. Any update?

kevplx commented 4 years ago

@ivonederlof I am facing same issue too. Any ideas?

rsivan commented 4 years ago

I just forked the code and started some debugging myself, as this tool has great potential if we manage to make it work. The first thing I noticed is there is incomplete handling of errors from the Google server. For example, the app receives lots of BAD_REQUEST replies, probably because of the limits of the 'free' license terms. My plan now: add improved error handling, then check the google terms and see if I need to subscribe to the service...

kevplx commented 4 years ago

You are right. This does have really great potential. I had to go the long route of using a combination of transifex.com which integrates aws or azure translate to automatically do it. But transifex isn't free and needs some work to setup. ~ Kevin

On Fri, May 15, 2020, 11:41 AM Reuben Sivan notifications@github.com wrote:

I just forked the code and started some debugging myself, as this tool has great potential if we manage to make it work. The first thing I noticed is there is incomplete handling of errors from the Google server. For example, the app receives lots of BAD_REQUEST replies, probably because of the limits of the 'free' license terms. My plan now: add improved error handling, then check the google terms and see if I need to subscribe to the service...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ivonederlof/xlf-translator/issues/2#issuecomment-629361727, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHPIJTRHXQ7YPNY6J2FSBJLRRVWCLANCNFSM4I3FKJEA .