Project

tidy_i18n

0.0
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Helpers for I18n. Add ways to encourage clean locale organization.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0
 Project Readme

Tidy I18n

Build Status Gem Version

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
  2. gem install bundler
  3. bundle install

Running Tests

rake spec