blob: 5075e7c2af71f954fb8c2c3a3e2677fffb2bb1c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Ruby-Locale for Ruby on Rails is the L10n library which works with
Ruby on Rails 2.2.
It supports Rails i18n and have the features below:
* Auto-Detect the client locale
* Detect candidate locales from supported locales by the application.
* Localized Routes
* Localized Action/Fragment cache
* Localized view template files
* I18n.t fallback to localized message candidates.
|