lorniu / go-translate

Translator on Emacs. Supports multiple engines such as Google, Bing, deepL, ChatGPT, StarDict, Youdao and so on.
GNU General Public License v3.0
283 stars 38 forks source link

Unable to translate from ru #9

Closed Randomneo closed 3 years ago

Randomneo commented 3 years ago

Steps to reproduce

Install package from MELPA config: (setq go-translate-token-current (cons 430675 2721866130)) (setq go-translate-local-language "ru") (setq go-translate-target-language "en")

exec: go-translate put word привет expected translation hello. Instead getting error

error in process filter: Symbol’s function definition is void: posframe-show [2 times]

But whit (ru->en mode) en->en works fine. For example go-translate -> hello -> hello works fine prompt showed.

Randomneo commented 3 years ago

For notice, translations from en to ru works fine

Randomneo commented 3 years ago

8 solves this problem