mouuff / mtranslate

A simple api for google translate
MIT License
286 stars 83 forks source link

Translated text have "" #2

Closed K4CZP3R closed 8 years ago

K4CZP3R commented 8 years ago

Hi, when i'm translating text, i'm getting my text and ", how to fix this?

mouuff commented 8 years ago

Can you paste the request here? I m busy these days, I will do my best

K4CZP3R commented 8 years ago

I just used string.replace("&qquot;", "") and it works ;)