glebm / i18n-tasks

Manage translation and localization with static analysis, for Ruby i18n
http://glebm.github.io/i18n-tasks
MIT License
2.06k stars 259 forks source link

Support for Deepl's free API account #484

Open timnilson opened 1 year ago

timnilson commented 1 year ago

I think it's worth pointing out in the documentation that i18n-tasks works with the free API from Deepl. Not just the Pro account, which costs a monthly fee and a usage fee. The free account is limited to 500,000 characters per month, I believe.

Use it with these settings in the yml file:

translation: deepl_api_key: "ba140f3d-xxx" deepl_host: "https://api-free.deepl.com" deepl_version: "v2"

martijn10kb commented 3 months ago

Yes, very much worth pointing out!

davidwessman commented 3 months ago

Could you please make a PR adding it to the README? @timnilson @martijn10kb