syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.57k stars 4.9k forks source link

layers/+tools/translate/packages.el: fix invalid quote #16359

Closed sunlin7 closed 1 month ago

sunlin7 commented 3 months ago

Hi,

I got an error message after I enabled the translate layer:

cl-no-applicable-method: No applicable method: gts-text, (translate//reference-paragraph-texter)

After check the example from dependency package I found the singal quote is unexpected. https://github.com/lorniu/go-translate/blob/377375c87f64e7d069c8fc310ccfefd8771226f3/gts-implements.el#L596-L597

The function will work after remove the quote. Please help review the change. Thanks.