reverso_context_api icon indicating copy to clipboard operation
reverso_context_api copied to clipboard

problem with one letter world

Open freQuensy23-coder opened this issue 2 years ago • 1 comments
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

freQuensy23-coder avatar Mar 01 '23 22:03 freQuensy23-coder

It's not this package's fault Screenshot 2023-04-05 at 02 03 08 As you can see, doing it on the interface gives the same result.

flazouh avatar Apr 05 '23 00:04 flazouh