atykhonov / google-translate

Emacs interface to Google Translate
369 stars 47 forks source link

Hot to modify connect host? #74

Closed chengruilin closed 7 years ago

chengruilin commented 7 years ago

It's hard to connect the host "translate.google.com". I want to modify it to translate.google.cn

atykhonov commented 7 years ago

For text translations:

(setq google-translate-base-url "http://translate.google.cn/translate_a/single")

For audio translations:

(setq google-translate-listen-url "http://translate.google.cn/translate_tts")
chengruilin commented 7 years ago

thx, it works.