reverso_context_api
reverso_context_api copied to clipboard
problem with one letter world
trafficstars
Example of code
cl = Client("en", "fr")
for tr in cl.get_translations("I"):
print(tr)
Expected behavior
prints Moi
Real behavior
don't print anything
It's not this package's fault
As you can see, doing it on the interface gives the same result.