maerzbow / mdtest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lingohub client

Client library and command-line tool to translate apps with LingoHub.

Install

gem install lingohub

Usage

Retrieving resource files

This is a simple example how we retrieve our resource files from lingohub in our local repository. We use the option --locale <locale as filter> for translation:down because our resource files are stored in a folder per locale:

lingohub resource:down --locale 'en' --directory config/locales/en --project 'lingohub' --all
lingohub resource:down --locale 'de' --directory config/locales/de --project 'lingohub' --all

Maintainers

License

MIT License. Copyright 2012 lingohub GmbH. https://lingohub.com

About