Project

helloh

0.0
No commit activity in last 3 years
No release in over 3 years
Helloh compares Rails localization files and looks for missing keys.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 0.9.2
 Project Readme

Helloh

Helloh compares Rails localization files and looks for missing keys.

Installation

You can install the gem as a standalone utility:

$ gem install helloh

or include it in your Gemfile:

gem "helloh"

Usage

If used without arguments, Helloh will look for files in a relative ./config/locales directory.

$ helloh

However, you can also use a path (where the localization files are) as the first argument:

$ helloh /path/to/my/rails/project/config/locales

Features

It is still missing a lot of useful features. Like colored output. But its biggest feature would be to scan every file in a Rails project and check if every translation is defined in each localization file. That’s coming too.

License

Helloh is © 2011-2012 Rémi Prévost and may be freely distributed under the MIT license. See the LICENSE file.