[ruby-list:46545] [ANN] gettext-2.1.0, gettext_activerecord-2.1.0, gettext_rails-2.1.0

From: Masao Mutoh <mutomasa@...>
Date: 2009-11-14 06:36:41 UTC
List: ruby-list #46545
むとうです。

Ruby-GetText-Package-2.1.0をリリースしました。

* gettext - メッセージのローカライズ
* gettext_activerecord - ActiveRecordのローカライズ
* gettext_rails - その他のRails向けサポート(actionpack, actionmailer)

変更点
-------
== gettext-2.1.0
 * GNU gettextのコメントを扱えるようにしました。
  "TRANSLATORS:"というキーワードを使うことで、poファイルに翻訳者向けの
  コメントを残すことができます。   [by Vladimir Dobriakov]
     --- foo.rb
     def foo
         # TRANSLATORS: Comments for translators here.
         # This will be extracted to po-files. 
          _("foo")
     end

     --- foo.pot
     #. Comments for translators here.
     #. This will be extracted to po-files.
     #: foo.rb:4
     msgid "foo"
     msgstr ""

 * ディレクトリ構造の見直し
   * runtimeで必要なファイルをlib/gettext/runtime/*に
     開発時に必要なファイルを(rgettext/rmsgfmt) to
     lib/gettext/tools/*に移動しました。
 * poファイル作成用のパーサをリファクタリングしました。
  [by Vladimir Dobriakov, Masao Mutoh]
 * 高速化[Reported by Gal Schaud.]
 * ライセンス情報の明示化(LGPLとRuby'sのクロスライセンス)
   [Pointed out by Masateru Yoshikawa]  
 * その他のコードの改善/バグ改修
   * CGIサンプルの不具合の修正。[Bug #26531, by Eugene Mikhailov]
   * "%{foo.bar}" %{"foo.bar".to_sym => "a"}が動作しない不具合の修正。
     [Bug#26663, Reported by Danilo Castilho]
   * lib/gettext.rb: gemなしでも動作するように修正
    [Reported by Vladimir Dobriakov]

== gettext_activerecord-2.1.0
 * activerecord 2.3.2, 2.3.3, 2.3.4をサポートしました。[by hallelujah]
 * gettext-2.1.0で動作するようになりました。
 * test task"rake -T"で見えるようにしました。 [by Vladimir Dobriakov]
 * ライセンス情報の明示化(LGPLとRuby'sのクロスライセンス)
   [Pointed out by Masateru Yoshikawa]  
 * その他バグ改修 [by hallelujah, Vladimir Dobriakov, Masao Mutoh]

== gettext_rails-2.1.0
 * Rails-2.3.2, 2.3.3, 2.3.4をサポートしました。
 * distance_of_time_in_wordsが動作しない不具合の修正
   [Reported by Mitko Kostov, Bart ten Brinke]
* ライセンス情報の明示化(LGPLとRuby'sのクロスライセンス)
   [Pointed out by Masateru Yoshikawa]  

(NOTE)
  * Rails-2.3.1とそれ以前のバージョンについてはサポートしません。

Website
-------
* homepage
http://www.yotabanana.com/hiki/ja/ruby-locale.html
http://www.yotabanana.com/hiki/ja/ruby-gettext.html
* rubyforge
http://rubyforge.org/projects/locale
http://rubyforge.org/projects/gettext
* github
http://github.com/mutoh/locale/tree/master
http://github.com/mutoh/locale_rails/tree/master
http://github.com/mutoh/gettext/tree/master
http://github.com/mutoh/gettext_activerecord/tree/master
http://github.com/mutoh/gettext_rails/tree/master

* Download
http://rubyforge.org/frs/?group_id=855&release_id=2856
http://rubyforge.org/frs/?group_id=1997&release_id=32471
-- 
Masao Mutoh <mutomasa / gmail.com>



In This Thread

Prev Next