From: Masao Mutoh Date: 2004-10-25T01:02:22+09:00 Subject: [ANN] Ruby-GetText-Package-0.7.0 Hi, Ruby-GetText-Package-0.7.0 is now available. Website ------- http://home2.highway.ne.jp/mutoh/tools/ruby/ruby-gettext.html What's this? ------------- Ruby GetText Package is a Native Language Support Library and Tools which modeled after GNU gettext package. Changes since 0.6.1 ------------------- * Support GetText.sgettext. See: http://www.gnu.org/software/gettext/manual/html_mono/gettext.html#SEC151 * Added gettext/iconv.rb. If your ruby distribution doesn't have iconv.so but Ruby-GNOME2(Ruby/GTK2), gettext/iconv.rb provides pseudo Iconv.iconv using Ruby/GLib module. * GETTEXT_PATH as new environment variables. Define GETTEXT_PATH as locale diretories. You can debug/test your application unless installing catalog files. * Update setup.rb(by Minero Aoki). * Fix misc bugs Regards, -- .:% Masao Mutoh