2 min. read
Pre-Translation of Popular Ruby Gems
You may be aware that some popular Ruby gems have already been translated in many languages by the community. Their translated YAML files are usually available in a separate public GitHub repository.
We don’t want you to bother translating these gems again, and it’s a real pain to have to add these translations manually into your new projects before initializing them.
That’s why we’ve decided to keep those YAML files up-to-date within our app, and then, whenever you initialize your project, we will pre-translate all the existing keys to your target languages.
We currently support those Ruby gems:
- Rails (locales)
- Devise (locales)
- Spree (locales)
- RailsAdmin (locales)
- will_paginate (locales)
- Kaminari (locales)
- Doorkeeper (locales)
- ActiveAdmin (the locales are stored in the main project so it works out-of-the-box)
If you know any repositories with YAML translations for other gems, please contact us.