Tidy I18n
TidyI18n is a gem that wraps the I18n gem. It's purpose is to help you manage your locale files. Features include:
- Searching locale files for duplicate keys
- Finding missing keys in a given locale
Dependencies
- Ruby
- .ruby-version file contains the latest version confirmed supported
- See .travis.yml for more supported versions
- Bundler
Usage
Install the gem.
gem install tidy_i18n
OR
Add gem "tidy_i18n"
to your Gemfile.
Configure your project root:
TidyI18n.project_root="/absolute/path/to/project"
Configure I18n gem.
Setup
- Clone repo
gem install bundler
bundle install
Running Tests
rake spec