lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

Add optional Google translation of the source #88

Closed nbogol closed 7 years ago

nbogol commented 7 years ago

If new 'googleApiKey' is set in the Model configuration - it will insert google translation of the source text into empty translation field (instead of original text) when you click on the source message. If 'googleApiKey' is not set - original behavior is preserved. This is paid google service. $20 / million characters. You have to have google account and create your own api key to use it.

lajax commented 7 years ago

Thanks!