├── .github └── workflows │ └── melpazoid.yml ├── .gitignore ├── LICENSE.md ├── README.md ├── screen-record.gif └── translate-mode.el /.github/workflows/melpazoid.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rayw000/translate-mode/HEAD/.github/workflows/melpazoid.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rayw000/translate-mode/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rayw000/translate-mode/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rayw000/translate-mode/HEAD/README.md -------------------------------------------------------------------------------- /screen-record.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rayw000/translate-mode/HEAD/screen-record.gif -------------------------------------------------------------------------------- /translate-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rayw000/translate-mode/HEAD/translate-mode.el --------------------------------------------------------------------------------