Omochice / tataku-processor-google_translate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tataku-processor-google_translate

The processor module that translate by google-translate.

Contents

Dependencies

This plugin needs:

Options

This module has some options.

Samples

let g:tataku_recipes = #{
  \   sample: #{
  \     processor: #{
  \       name: 'google_translate',
  \       options: #{
  \         source: 'en',
  \         source: 'ja',
  \       },
  \     }
  \   }
  \ }

About

License:MIT License


Languages

Language:TypeScript 100.0%