Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericmeyer/tidy_i18n
https://github.com/ericmeyer/tidy_i18n
i18n internationalization rails ruby
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmeyer/tidy_i18n
- Owner: ericmeyer
- License: mit
- Created: 2013-09-27T20:03:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T18:48:59.000Z (about 2 years ago)
- Last Synced: 2024-10-04T17:46:53.256Z (about 1 month ago)
- Topics: i18n, internationalization, rails, ruby
- Language: Ruby
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tidy I18n
[![Build Status](https://travis-ci.org/ericmeyer/tidy_i18n.svg?branch=master)](https://travis-ci.org/ericmeyer/tidy_i18n)
[![Gem Version](https://badge.fury.io/rb/tidy_i18n.svg)](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`