Sha256: 36070d5e51e43bf0a9c4486b1348acec154671592f56e98d6c0d5e9b91e2b242

Contents?: true

Size: 836 Bytes

Versions: 2

Compression:

Stored size: 836 Bytes

Contents

## lingohub client

Client library and command-line tool to translate apps with [LingoHub](https://lingohub.com/).

### Install

``` bash
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:

``` bash
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

* Markus Merzinger (https://github.com/maerzbow)
* Helmut Juskewycz (https://github.com/hemju)

## License

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lingohub-0.7.0 README.md
lingohub-0.6.1 README.md