diff options
Diffstat (limited to 'devel/ruby-i18n/DESCR')
-rw-r--r-- | devel/ruby-i18n/DESCR | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/ruby-i18n/DESCR b/devel/ruby-i18n/DESCR index 1b3c59c9c1c..6538edfe389 100644 --- a/devel/ruby-i18n/DESCR +++ b/devel/ruby-i18n/DESCR @@ -1,8 +1,4 @@ -Ruby I18n - -Ruby Internationalization and localization solution. - -Features: +Ruby Internationalization and localization solution. Features: * translation and localization * interpolation of values to translations (Ruby 1.9 compatible syntax) @@ -16,7 +12,6 @@ Features: * extensible architecture with a swappable backend Pluggable features: - * Cache * Pluralization: lambda pluralizers stored as translation data * Locale fallbacks, RFC4647 compliant (optionally: RFC4646 locale validation) @@ -24,7 +19,6 @@ Pluggable features: * Translation metadata Alternative backends: - * Chain * ActiveRecord (optionally: ActiveRecord::Missing and ActiveRecord::StoreProcs) * KeyValue (uses active_support/json and cannot store procs) |