public
Fork of mattetti/i18n
Description: Basic internationalization(i18n) library for Ruby
Homepage:
Clone URL: git://github.com/svenfuchs/i18n.git
svenfuchs (author)
Wed Aug 26 08:47:03 -0700 2009
commit  0e7546d49d861618d98efd04291614a78b793fdc
tree    08e3c0f7a5f563350ed0a181f8b1740712b70d3f
parent  9be3d4a311b5bf583eec5d39986176cc40c112f2
i18n / README.textile
100644 43 lines (27 sloc) 1.037 kb

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.