public
Description: Globalite is meant to be a breed of the best i18n /l10n plugins available for Rails.
Homepage: http://code.google.com/p/globalite/
Clone URL: git://github.com/mattetti/globalite.git
globalite / CHANGELOG
100644 30 lines (26 sloc) 1.582 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
* Globalite now works with plugin_paths. [nmerouze]
* fixed improper handling of multiple pluralizations in a single string [morhekil]
* added custom inflectors support [morhekil]
* updated Russian language file [Paul Philippov http://paulphilippov.com/]
* improved Turkish language file [Mert Torun]
* new feature: resource path localization [Mert Torun]
 
* added Argentinean localization [Mariano Ayesa]
* added Russian localization [valodzka]
* added Dutch localization [Koen Punt]
* Added Polish localization [pnowak2]
* Localization of model field names [pnowak2]
* Added support for Hungarian [MrPrise]
 
REVISON 70 - Sept 2 2007
 * Added support for Chinese (Taiwan, Hong Kong and Main Land China) [Ivan Chang ]
 * Added support for pluralization, use pluralize{count, singular, optional_plural_form} in your translation file
 * Added support for localization of AR error messages [based on Ivan Chang's contribution ]
 * 2 new rails localization keys:
   # used by ActionView::Helpers::ActiveRecordHelper.error_messages_for
   active_record_helper_error_description: 'There were problems with the following fields:'
   active_record_helper_header_message: 'X errors prohibited this object from being saved' # 2 arguments you can use :error_count and :failed_object
   translation example:
   active_record_helper_header_message: #{pluralize({error_count}, 'error')} prohibited this {failed_object} from being saved
 
REVISON 56 - August 05 2007
 * Improved localize_with_args [jiman.ryu]
 
REVISION 54 - July 31 2007
 * Added model error localization [ Guillaume Belleguic ]