The purpose of this gem is to simply provide language translations. The translations are extracted from Zend Framework data files.
This gem is based on I18nCountryTranslations
Add to your Gemfile:
gem 'i18n-language-translations'
I18n.t(:US, :scope => :languages)
or
t(:US, :scope => :languages)
0.0.2 - Initial version
MIT The translations are under the New BSD License
@onomojo for all the code :)