The processor module that translate by google-translate.
This plugin needs:
This module has some options.
-
source
Source language. See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale
-
target
Target language. See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale
let g:tataku_recipes = #{
\ sample: #{
\ processor: #{
\ name: 'google_translate',
\ options: #{
\ source: 'en',
\ source: 'ja',
\ },
\ }
\ }
\ }