AlchemyCMS Translations

April 13, 2026 ยท View on GitHub

Translation files for AlchemyCMS 8.0 and above.

Alchemy version

Alchemy CMSalchemy_i18nBranch
8.2>= 8.2.08.2-stable
8.05.x5.1-stable
7.x4.3.x4.3-stable
7.04.0.x4.0-stable
6.13.2.x3.2-stable
5.32.3.x2.3-stable

Installation

Add the 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. Separate multiple locales by space.

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

Available locales

de es fr it nb-NO nl pl ru zh-CN

Noteworthy missing translations

Russian (ru) and Chinese (zh-CN) are at roughly 68% coverage and need help.

Contributing

  1. Fork the repository
  2. Add or update translations in the locale files under locales/
  3. Open a pull request

License

The gem is available as open source under the terms of the MIT License.