Sha256: fe3d628bbcdab029a46e126fe6cf633ad735899d89336b9d850add79b4769660

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

# iCapps Translations

Import the translations from the iCapps translations portal.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'icapps-translations'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install icapps-translations

## Usage

- `translations init`: Run from your project root in order to setup the translations configuration.
- `translations import`: Run from your project root in order to import the translations into the matching _.strings_ files.

_You can pass the `--verbose` parameter to both commands in order to get more detailed information on what is happening._

## Build gem

Start by updating the version number in the `lib/icapps/translations/version.rb` file.

Then build the gem by running the following commands:

    rake build
    rake release

## Contributing

1. Fork it ( https://github.com/icapps/translations/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Run `rubycop` in order to be compliant to our coding style.
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
icapps-translations-0.2.1 README.md