devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / ruby-i18n / DESCR
1 Ruby I18n
2
3 Ruby Internationalization and localization solution.
4
5 Features:
6
7 * translation and localization
8 * interpolation of values to translations (Ruby 1.9 compatible syntax)
9 * pluralization (CLDR compatible)
10 * customizable transliteration to ASCII
11 * flexible defaults
12 * bulk lookup
13 * lambdas as translation data
14 * custom key/scope separator
15 * custom exception handlers
16 * extensible architecture with a swappable backend
17
18 Pluggable features:
19
20 * Cache
21 * Pluralization: lambda pluralizers stored as translation data
22 * Locale fallbacks, RFC4647 compliant (optionally: RFC4646 locale validation)
23 * Gettext support
24 * Translation metadata
25
26 Alternative backends:
27
28 * Chain
29 * ActiveRecord (optionally: ActiveRecord::Missing and ActiveRecord::StoreProcs)
30 * KeyValue (uses active_support/json and cannot store procs)