Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (8h)  pkgsrc-2023Q4 (68d)  pkgsrc-2023Q2 (100d) 

2024-06-07 22:26:30 UTC Now

2008-09-15 08:52:44 UTC MAIN commitmail json YAML

Update ruby-gettext package to 1.92.0.

= Ruby-GetText-Package-1.92.0 (2008-08-02)
* 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.

Thanks to:
  Translators:
    Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
    Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
    Ramon Salvado, Alex Rootoff, Aivars Akots

  Bug reports, suggestions and patches:
    Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel

= Ruby-GetText-Package-1.91.0 (2008-05-11)
* 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.

Thanks to:
  Translators:
    Slobodan Paunovic
  Bug reports, suggestions and patches:
    Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
    Tatsuki Sugiura, Bernd Ahlers, craccho.

(taca)