This project's support has been ceased. No future fixes or pull requests are planned.
Gem to push/send translation files to your T7e server
Add this line to your application's Gemfile:
gem 't7e', git: '[email protected]:visualitypl/t7e.git'
And then execute:
$ bundle
Or install it yourself as:
$ gem install t7e
First you have to create t7e_config.yml file
url: "http://localhost:3000"
api_key: 9ee251d46740ceb29f049976136c576c
languages: ['en', 'pl']
- Fork it ( https://github.com/[my-github-username]/t7e/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request