Project

autolang

0.0
No commit activity in last 3 years
No release in over 3 years
Kick-start new translation via google translate
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Autolang

  • Kick-start your translation!
  • Translate all your Gettext - msgids / json to another language using google-translate.

Usage

gem install autolang

autolang API_KEY /path/to/app.pot <language-code>
autolang API_KEY /path/to/app.pot es
autolang API_KEY /path/to/app.json es

language-code are 2 letter ISO 639 codes
if you have no .pot file, use gettext and updatepo first (google helps...)

Translation examples

  • Car|Engine -> Motor
  • hello %{name} -> hallo %{name}

TODO

  • Do not convert "& to "and", use something 'smarter'.

Authors

Original by Chris Blackburn released under MIT license

Enhanced by

Build Status