Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 753 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 753 Bytes

I18nLanguageTranslations

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

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 The translations are under the New BSD License

Special thanks

@onomojo for all the code :)