Repository is archived
No commit activity in last 3 years
No release in over 3 years
The purpose of this gem is to simply provide language translations.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.1.1
>= 3.0.0
>= 2.7.0
~> 1.0rc

Runtime

~> 0.5
>= 3.0.0
 Project Readme

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 :)