NOTICE: This package has been removed from pkgsrc

./wip/ruby-gettext, Ruby L10n library like as GNU GetText

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.92.0, Package name: ruby18-gettext-1.92.0, Maintainer: obache

Ruby-GetText-Package is a localization(L10n) library and tools which modeled
after GNU gettext package.

It converts the messages to localized messages properly using client-side locale
information.


Required to run:
[lang/ruby18-base]

Master sites:

SHA1: 281c428db8ca5a6d293383a51ea31dbd4758ff2f
RMD160: 1bd9b6ad76fcb355ede707c317ad07acd5a8966c
Filesize: 494.51 KB

Version history: (Expand)


CVS history: (Expand)


   2008-11-14 03:20:05 by OBATA Akio | Files touched by this commit (27) | Package removed
Log message:
I'll not work here anymore.
   2008-08-07 11:18:15 by OBATA Akio | Files touched by this commit (2)
Log message:
Update ruby-gettext to 1.92.0.

Notes:
 * Fixed a memory leak(again)
 * Fixed bugs.
 * Improve to support mo-files.
    * Support revision 1 of mo-file format.
    * Freeze msgstrs.
 * msgctxt - pgettext(msgctxt, msgid) support
    (eg)
    p_("File", "Open")  #=> "Open" is shown in \ 
English.
 * Update translations
   * Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, \ 
German, 
     Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, \ 
Serbian, 
     Spanish, Ukrainian, Vietnamese,  
 * Rails Support
    * Support rubyonrails-2.1.0 (2.0.0 or later).
       * Add new validations for activerecord-2.1.0.
         (:greater_than, :greater_than_or_equal_to, :equal_to, 
          :less_than, :less_than_or_equal_to,:odd, :even)
       * validates_(format|inclusion)_of accepts %{val} as the value
          (eg) 
           validates_inclusion_of :name, :in => %w(a, b), :message => \ 
N_("%{fn} can't be %{val}")
       * Work Fragment caching on rails-2.1.0.
       * Support ActiveRecord::Base.abstract_class.
       * Work ActiveRecord::Errors#[]
       * Work render_partial.
   2008-06-20 06:48:35 by OBATA Akio | Files touched by this commit (2)
Log message:
Catch up to ruby 1.8.7.
   2008-05-11 17:26:45 by OBATA Akio | Files touched by this commit (3) | Package updated
Log message:
Update ruby-gettext to 1.91.0

Notes:
 * Works again on Win32 + JRuby-1.1.1
 * Fixed memory leaks.
 * Fixed bugs.
 * Speed up.
 * Support Serbian(sr)
 * Rails Support
    * rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
    * Localize ActionView::Helpers::FormBuilder#label.
      e.g.)
       <% form_for(@article) do |f| %>
           <p><%= f.label :lastupdate %></p>
       <% end %>
        => msgid "Article|Lastupdate" is used as the label string.
   2008-04-24 14:59:38 by OBATA Akio | Files touched by this commit (4) | Imported package
Log message:
gem free version of devel/ruby-gettext, just for my fun.