We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cl = Client("en", "fr") for tr in cl.get_translations("I"): print(tr)
prints Moi
don't print anything
The text was updated successfully, but these errors were encountered:
It's not this package's fault As you can see, doing it on the interface gives the same result.
Sorry, something went wrong.
No branches or pull requests
Example of code
Expected behavior
prints Moi
Real behavior
don't print anything
The text was updated successfully, but these errors were encountered: