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.56k stars 4.9k forks source link

* layers/+tools/translate/packages.el: Enhance performance #16379

Closed sunlin7 closed 1 month ago

sunlin7 commented 2 months ago

Hi,

The translate layer will load the package go-translate on startup, actually it just use the go-translate function, so we use lazy load to for better perfornance.

Please help review the changes, thanks.