Stichoza / google-translate-php

🔤 Free Google Translate API PHP Package. Translates totally free of charge.
MIT License
1.79k stars 380 forks source link

setUrl() It is not available in mainland China #184

Closed pctcocom closed 1 year ago

pctcocom commented 2 years ago

$tr->setUrl('http://translate.google.cn/translate_a/single');

When you visit http://translate.google.cn/translate_a/single http://translate.google.cn/translate_a/single to jump back to http://translate.goo gle.com/translate_a/single or display 400 is not accessible

I'm in mainland China right now

"version": "v4.1.6"

Stichoza commented 1 year ago

I added a test that proves that URL change is possible. If there is a redirect to ".com" domain that means it's done by Google for some reason. Same applies to #182 and #183