File ruby-gettext.changes of Package ruby-gettext
-------------------------------------------------------------------
Sun Aug 5 18:12:54 CEST 2007 - mrueckert@suse.de
- update to version 1.10.0:
* Support Vietnamese(vi), Bosnian(bs), Croatian(hr), Norwegian(nb)
* Cache messages. Both _() and n_() become 1.3-1.8 times faster
than older version.
* Add GetText.ns_()
* Fix bugs.
* Enhance to support Ruby on Rails.
* Work with script/generate scaffold_resource.
* error_messages_for accepts plural models.
* Support Action/Fragment caching.
- fixed a few rpmlint warnings and ignore a few of them
-------------------------------------------------------------------
Tue May 22 22:57:14 CEST 2007 - mrueckert@suse.de
- update to version 1.9.0:
* Support Catalan(ca), Esperanto(eo)
* Update translations: zh_CN, zh_TW, cs, nl, en, de, el, es, ja,
ko, pt_BR, ru.
* Support Ruby on Rails-1.2.1.
* Code cleanupand improved. Fixed bugs.
-------------------------------------------------------------------
Sat Sep 30 22:53:54 CEST 2006 - mrueckert@suse.de
- update to version 1.8.0:
* Support Chinese(Taiwan: zh_TW), Estonian(et: rails.po only)
* Add GetText.bindtextdomain_to(klass, domainname),
.textdomain_to(klass, domainname)
* rgettext supports -r, -d options.
'-r' is to set an option parser. -d is for debugging mode.
(e.g.) $ rgettext -r fooparser test.foo
* Update translations: pt_BR, de, zh_TW,
* Code cleanup, fixed bugs.
* Enhance to support Ruby on Rails.
* init_gettext finds mo-files in
/vendor/plugins/{plugin_name}/locale which has app/controller
directories such as Rails Engines. And init_gettext accepts
:locale_path option to be able to set the locale path manually.
* init_gettext manages plural textdomains.
* Add before_init_gettext, after_init_gettext methods like as
before/after_filter.
* Speed up(the sample blog is 1.5 times faster).
* gettext/active_record.rb from gettext/rails.rb.
* ActiveRecord::Validations is set the app's textdomain in
init_gettext. It means the class which includes
ActiveRecord::Validtaions are localized with the app's
textdomain. e.g.) You can use gettext methods in the
subclass of ActiveForm[1]
http://www.realityforge.org/svn/code/active-form/trunk/
* Works rails edge again
(http://dev.rubyonrails.org/ticket/5810)
- install into vendor_ruby
-------------------------------------------------------------------
Sat Jul 19 01:49:09 CEST 2006 - mrueckert@suse.de
- Update to version 1.7.0:
* GetText.current_textdomain_info for debuging
* Fixed bugs, code cleanup.
* Update translations
* Chinese(zh), Czech(cs), Dutch(nl), English(default), French(fr)
Spanish(es), Japanese(ja), Korean(ko), Russian(ru)
* Improve to support Ruby on Rails
* Localize ActionView::Helpers::DateHelper.distance_of_time_in_words.
* Localize #error_message_on.
* Add ActiveRecord::Base.untranslate, .untranslate_all to prevend to
translate columns.
-------------------------------------------------------------------
Sat Jun 10 04:11:39 CEST 2006 - mrueckert@suse.de
- Update to version 1.6.0
-------------------------------------------------------------------
Wed Jan 25 21:41:14 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Jan 20 18:47:31 CET 2006 - mrueckert@suse.de
- Initial Package of version 1.1.1