Skip to content

reggian/lingohub_ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 2017 lingohub GmbH. https://lingohub.com

About

lingohub ruby client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 95.7%
  • Shell 4.3%