Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pinzolo/i18n-laf
- Owner: pinzolo
- License: mit
- Created: 2013-12-11T07:07:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-28T16:47:20.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T23:35:41.944Z (about 1 month ago)
- Language: Ruby
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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