Skip to content

Command line tool to translate a wole jekyll site with google translate

Notifications You must be signed in to change notification settings

lexoyo/jekyll-translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line tool to translate a wole jekyll site with google translate. This will translate posts or pages, including title meta data and file name.

$ npm install -g jekyll-translate
$ jekyll-translate _posts/ _fr/ en fr $GOOGLE_TRANSLATE_API_KEY

params:

  • source folder (_posts/ in the example) with the files in the source language
  • destination folder (_fr/ in the examples, need to exist) will contain the translated files
  • source language code ('en')
  • destination language code ('fr')
  • Google translate API key

About

Command line tool to translate a wole jekyll site with google translate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published