public
Description: Localization (L10n) and Internationalization (i18n) support for the Merb MVC Framework
Homepage: http://merbglobal.piechotka.com.pl/
Clone URL: git://github.com/myabc/merb_global.git
Click here to lend your support to: merb_global and make a donation at www.pledgie.com !
fbettag (author)
Tue Sep 01 05:33:09 -0700 2009
myabc (committer)
Tue Sep 01 05:33:09 -0700 2009
commit  6e58d387d700322de45dd5fff3f63cd446793c53
tree    33fc4fe028e981f9384dcbbdfc0fa75f4d9dc62a
parent  1ffc3f880a9c3a3edd3d3a57a97f23a1425b4771
merb_global / HISTORY
100644 35 lines (28 sloc) 0.874 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
=== 0.0.7
 * More consistent configuration of supported languages
 * JRuby Numeric provider
 * Some small fixes
 
=== 0.0.6
 * Introduction of Locale object
 * Change of MessageProviders interface
 * Per-environment configuration
 
=== 0.0.5
 * Handles lang_REGION as lang
 * Renamed providers into message providers and translate_to into localize
 * Added support for localization of dates and numbers
 * Updated specs
 
=== 0.0.4
 * Changed database format (to allow importing/exporting)
 * Added importing/exporting (EXPERIMENTAL)
 
=== 0.0.3
 * New Plural engine
 
=== 0.0.2
 * Added language customisation
 * Support for auto-choose of language
 * Support for DataMapper 0.9 (removed for 0.3)
 * Developed examples
 * Clean-up of code
 * Minor other improvements
 
=== 0.0.1
 * Basic support for 'view' translation
 * Auto-guess of language on base of Accept-Language header