summaryrefslogtreecommitdiff
path: root/devel/ruby-i18n
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-07 20:49:31 +0000
committerrodent <rodent>2013-04-07 20:49:31 +0000
commit5ca67f2f93564feb67aa83240b7235d93601b287 (patch)
tree79de035a23bbb285c8713b492fa4fa499634f7f8 /devel/ruby-i18n
parent76082ed57bbb1f3f2c474cb3aa30e86dae4bcd69 (diff)
downloadpkgsrc-5ca67f2f93564feb67aa83240b7235d93601b287.tar.gz
Edited DESCR in the case of:
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
Diffstat (limited to 'devel/ruby-i18n')
-rw-r--r--devel/ruby-i18n/DESCR8
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)