https://github.com/ericmeyer/tidy_i18n
https://github.com/ericmeyer/tidy_i18n
i18n internationalization rails ruby
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmeyer/tidy_i18n
- Owner: ericmeyer
- License: mit
- Created: 2013-09-27T20:03:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T18:48:59.000Z (over 3 years ago)
- Last Synced: 2025-11-27T13:52:44.152Z (7 months ago)
- Topics: i18n, internationalization, rails, ruby
- Language: Ruby
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tidy I18n
[](https://travis-ci.org/ericmeyer/tidy_i18n)
[](https://badge.fury.io/rb/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
1. Clone repo
1. `gem install bundler`
1. `bundle install`
### Running Tests
`rake spec`