riccardoFasan / polyglot

Polyglot is a CLI tool that automates translations tasks. Using the DeepL API, Polyglot generates a translated file from a given source.
https://pypi.org/project/polyglot-translator/
MIT License
16 stars 2 forks source link

Ensure we get the correct URL if you are using Pro #3

Closed jmcclelland closed 2 years ago

jmcclelland commented 2 years ago

The code seems to compare the string "pro" with the class constant License.PRO - this fix should take care of that mis-match.

Thanks for the useful software! Very much appreciated.

riccardoFasan commented 2 years ago

The code seems to compare the string "pro" with the class constant License.PRO - this fix should take care of that mis-match.

Thanks for the useful software! Very much appreciated.

Thanks you too. Any help is appreciated.