Created
January 19, 2013 20:16
-
-
Save maerzbow/4574832 to your computer and use it in GitHub Desktop.
retrieving resource files from lingohub using the lingohub CLI client.
see: https://www.ruby-toolbox.com/projects/lingohub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lingohub resource:down --locale 'en' --directory config/locales/en --project 'lht' --all | |
lingohub resource:down --locale 'de' --directory config/locales/de --project 'lht' --all | |
lingohub resource:down --locale 'ja' --directory config/locales/ja --project 'lht' --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment