Sha256: ef7d901ff374d2c3018e7a66468421986465d5f03cf4eae2b87316968380063e

Contents?: true

Size: 925 Bytes

Versions: 6

Compression:

Stored size: 925 Bytes

Contents

# AlchemyCMS Translations

Translations files for AlchemyCMS 4.4 and above.

## Installation

Add this Gem to your `Gemfile` and run the install generator

```
bin/rails g alchemy_i18n:install
```

Pass the locales you want to generate files for with the `--locales` option.
Seperate multiple locales by space.

```
bin/rails g alchemy_i18n:install --locales=de it es
```

---

A ruby translation project managed on [Locale](http://www.localeapp.com/) that's open to all!

## Contributing to AlchemyCMS/alchemy_i18n

- Edit the translations directly on the [AlchemyCMS/alchemy_i18n](http://www.localeapp.com/projects/public?search=AlchemyCMS/alchemy_i18n) project on Locale.
- **That's it!**
- The maintainer will then pull translations from the Locale project and push to Github.

Happy translating!

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alchemy_i18n-2.3.1 README.md
alchemy_i18n-3.0.0 README.md
alchemy_i18n-2.3.0 README.md
alchemy_i18n-2.2.0 README.md
alchemy_i18n-2.1.0 README.md
alchemy_i18n-2.0.0 README.md