Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/theextraterrestrial/i18n_panel
- Owner: theExtraTerrestrial
- License: mit
- Created: 2024-07-14T11:56:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T20:29:58.000Z (4 months ago)
- Last Synced: 2024-11-02T17:07:06.443Z (14 days ago)
- Topics: i18n, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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).