pragmatrix / tnt

Command line tool for organizing translation strings extracted from .NET assemblies. Supports Excel, XLIFF roundtrips and machine translations.
MIT License
30 stars 2 forks source link

Use Google Cloud Translate API V3 #94

Closed pragmatrix closed 4 years ago

pragmatrix commented 4 years ago

Following up on #90, I've tried to use the more recent Google Cloud Translate V3 API an so far experienced no immediate limits (tried to translate ~200 strings). There is also batch support in the V3 API that we could use if limits appear.

Closes #90