This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 1a7d89fa345e434b171e6174b197c19246da86b1
tree 6e48d2c79e5be68712f7e4586b7adcc5e9f6e559
parent 0663b01ff4094c2d44022fb1172b28219cc11b1d
tree 6e48d2c79e5be68712f7e4586b7adcc5e9f6e559
parent 0663b01ff4094c2d44022fb1172b28219cc11b1d
i18n /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jun 23 08:22:07 -0700 2008 | |
| |
CHANGELOG.textile | Sun Jul 12 04:03:47 -0700 2009 | |
| |
MIT-LICENSE | Mon Jun 23 08:02:05 -0700 2008 | |
| |
README.textile | Sat Jul 18 05:16:46 -0700 2009 | |
| |
Rakefile | Thu Jul 16 12:28:12 -0700 2009 | |
| |
VERSION | Sun Jul 12 03:51:46 -0700 2009 | |
| |
i18n.gemspec | ||
| |
lib/ | ||
| |
test/ | Wed Aug 26 08:47:03 -0700 2009 | |
| |
vendor/ | Sat Jul 18 05:16:46 -0700 2009 |
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.








