Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theextraterrestrial/i18n_panel

Manage I18n translations from an admin panel for Ruby on Rails.
https://github.com/theextraterrestrial/i18n_panel

i18n ruby-on-rails

Last synced: 14 days ago
JSON representation

Manage I18n translations from an admin panel for Ruby on Rails.

Awesome Lists containing this project

README

        

# I18n Panel
A translation administration panel for Ruby on Rails

## Usage
View and edit available translations for every locale , search translations by key and value in a specified locale and filter translation keys with missing values.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'i18n_panel', git: 'https://github.com/theExtraTerrestrial/i18n_panel.git'
```

And then execute:
```bash
$ bundle
```

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