Translate Japanese/English
[[plugins]]
repo = 'nabezokodaikon/jaen-translate.vim'
- Select the text to translate.
- Running
TranslateJa2En
orTranslateEn2Ja
command. - The translated text is output.
- Translated text is added to yank.
vnoremap <silent> <Leader>t :<C-u>TranslateJa2En<CR>
vnoremap <silent> <Leader>T :<C-u>TranslateEn2Ja<CR>