Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pinzolo/i18n-laf

Finder of lost keys in dictionary files
https://github.com/pinzolo/i18n-laf

Last synced: 18 days ago
JSON representation

Finder of lost keys in dictionary files

Awesome Lists containing this project

README

        

# I18n::LaF

[![Build Status](https://secure.travis-ci.org/pinzolo/i18n-laf.png)](http://travis-ci.org/pinzolo/i18n-laf)
[![Coverage Status](https://coveralls.io/repos/pinzolo/i18n-laf/badge.png)](https://coveralls.io/r/pinzolo/i18n-laf)

This provides a feature that finds lost keys in your I18N dictionary files. (LaF = Lost and Found)

## Installation

Add this line to your application's Gemfile:

gem 'i18n-laf'

And then execute:

$ bundle

Or install it yourself as:

$ gem install i18n-laf

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request