go-translate icon indicating copy to clipboard operation
go-translate copied to clipboard

Translator on Emacs. Supports multiple engines such as Google, Bing, deepL, ChatGPT, StarDict, Youdao and so on.

Results 15 go-translate issues
Sort by recently updated
recently updated
newest added

go-translate is fantastic ``` (after! go-translate (setq gt-langs '(en zh)) (setq gt-default-translator (gt-translator :taker (gt-taker :text 'word :pick 'paragraph) :engines (list (gt-youdao-dict-engine)) :render (gt-render)))) ``` when use go-translate the output...

I can't use 'h' or 'SPC' or any keybinding inside a go-translate buffer. I used to be able to use the features, as `y` in order to listen to the...

I'm very thankful that it works well on Emacs29.1 on Debian12, but when I run it on en->jp, gt-deepl-engine's translation results are shredded in the middle of a sentence. gt-google-engine's...

test.el ```elisp (use-package go-translate :ensure nil :load-path ("your-path/go-translate") :commands (gt-do-translate) :custom (gt-langs '(en zh)) (gt-default-translator (gt-translator :taker (gt-taker :pick 'sentence) :engines (list (gt-google-engine :if 'not-word :parse (gt-google-parser)) (gt-youdao-dict-engine :if 'word)...

When using go-translate on Emacs 31.0.50, I get the following reply: ``` This test sentence Google.Detail invalid-function gt-log Bing invalid-function gt-log ``` This was tested using the default use-package config....