lawrencepit / i18n forked from svenfuchs/i18n
- Source
- Commits
- Network (2)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
1a7d89f
i18n / README.textile
Ruby I18n
Ruby Internationalization and localization solution.
Features:
- translation and localization
- interpolation of values to translations (Ruby 1.9 compatible syntax)
- pluralization (CLDR compatible)
- flexible defaults
- bulk lookup
- lambdas as translation data
- custom key/scope separator
- custom exception handlers
- extensible architecture with a swappable backend
Experimental, pluggable features:
- lambda pluralizers stored as translation data
- RFC4647 compliant locale fallbacks (with optional RFC4646 locale validation)
- backend cache
For more information and lots of resources see: http://rails-i18n.org/wiki
Install
gem install i18n
Authors
License
MIT License. See the included MIT-LICENCE file.
