Skip to content

dncrht/interpres-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This gem provides CLI support to an Interpres server.

Set up

You've installed the gem: gem install interpres

You have an interpres server, with an app configured.

You've set the proper environmental variables:

export INTERPRES_USER=your_user
export INTERPRES_PASSWORD=your_password
export INTERPRES_TOKEN=your_app_token
export INTERPRES_URL=http://host.domain.tld

Workflow

Gather all the translatable strings from your app:

$ cd my_awesome_app
$ interpush .

It will upload them to the server.

After you're done with the translations:

$ interpull locale

It will download them to the locale directory.

About

CLI interface to the Interpres server. Push/pull translations from the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages