https://github.com/alchemycms/alchemy_i18n
🌍 AlchemyCMS Translation Files
https://github.com/alchemycms/alchemy_i18n
alchemy-cms i18n
Last synced: 5 months ago
JSON representation
🌍 AlchemyCMS Translation Files
- Host: GitHub
- URL: https://github.com/alchemycms/alchemy_i18n
- Owner: AlchemyCMS
- License: mit
- Created: 2018-03-20T11:41:37.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T17:14:46.000Z (over 1 year ago)
- Last Synced: 2025-01-25T18:19:25.608Z (over 1 year ago)
- Topics: alchemy-cms, i18n
- Language: JavaScript
- Size: 466 KB
- Stars: 3
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AlchemyCMS Translations
Translations files for AlchemyCMS 8.0 and above.
## Alchemy version
- For a Alchemy 7.x compatible version use v4.3.1 or the `4.3-stable` branch.
- For a Alchemy 7.0 compatible version use v4.0.2 or the `4.0-stable` branch.
- For a Alchemy 6.1 compatible version use v3.2.0 or the `3.2-stable` branch.
- For a Alchemy 5.3 compatible version use v2.3.1 or the `2.3-stable` branch.
## Installation
Add this Gem to your `Gemfile` and run the install generator
```
bundle add alchemy_i18n
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).