I18nLanguageTranslations

The purpose of this gem is to simply provide language translations. The translations are extracted from Zend Framework data files.

Installation

Add to your Gemfile:

gem 'i18n-language-translations'

Usage

I18n.t(:US, :scope => :languages)

or

t(:US, :scope => :languages)

Version History

0.0.2 - Initial version

License

MIT