Skip to content
railsengines.com

Rails i18n Manager

Web interface to manage i18n translations helping to facilitate the editors of your translations. Provides a low-tech and complete workflow for importing,…

No ratings yet
Gem
rails_i18n_manager
Repository
westonganger/rails_i18n_manager
License
MIT
Stars
227
Added
August 20, 2026

About

Web interface to manage i18n translations helping to facilitate the editors of your translations. Provides a low-tech and complete workflow for importing, translating, and exporting your I18n translation files. Designed to allow you to keep the translation files inside your projects git repository where they should be.

What you get

  • Import & export translations using standard i18n YAML/JSON files
  • Allows managing translations for any number of apps
  • Built in support for Google Translation for missing translations
  • Provides an API end point to perform automated downloads of your translations

Mounting it

ruby
# Gemfile
gem "rails_i18n_manager"

# config/routes.rb
mount RailsI18nManager::Engine, at: "/rails_i18n_manager"

Details

227 stars on GitHub · MIT licensed · maintained by westonganger. Source: https://github.com/westonganger/rails_i18n_manager

Discussion (0)

Sign in to join the discussion.

No comments yet.