From mutoh at highway.ne.jp Sun May 7 00:53:01 2006 From: mutoh at highway.ne.jp (Masao Mutoh) Date: Sun, 7 May 2006 13:53:01 +0900 Subject: [gettext-u-en] [ANN] Ruby-GetText-Package-1.5.0 Message-ID: <20060507135301.356ef70a.mutoh@highway.ne.jp> Hi, Ruby-GetText-Package-1.5.0 is now available. Changes ------- * Support Russian. * Fix bugs. * Refresh mo option was added. Check mo files and reload it if it's updated. ruby -d or GetText::TextDomain.check_mo=(true). Or development mode in Ruby on Rails. Thanks to: arton, Karel Miarka, Masayoshi Takahashi, Yuri Kozlov and others. -- .:% Masao Mutoh From donald.piret at synergetek.be Sun May 21 09:54:27 2006 From: donald.piret at synergetek.be (Donald Piret) Date: Sun, 21 May 2006 15:54:27 +0200 Subject: [gettext-u-en] GetText in a shared environment Message-ID: <44707113.1090904@synergetek.be> Hey there everybody, Was just wondering if any of you had had success using ruby-gettext in a shared environment. I'm trying to use one of my applications using ruby-gettext on textdrive, but as they don't have the gem installed they've asked me to try to set it up in my own vendor directory. Has any of you been successful doing this before and if yes could you please provide me with short instructions? Thanks a lot in advance, Donald -------------- next part -------------- A non-text attachment was scrubbed... Name: donald.piret.vcf Type: text/x-vcard Size: 311 bytes Desc: not available Url : http://rubyforge.org/pipermail/gettext-users-en/attachments/20060521/81920fb3/attachment-0001.vcf -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3319 bytes Desc: S/MIME Cryptographic Signature Url : http://rubyforge.org/pipermail/gettext-users-en/attachments/20060521/81920fb3/attachment-0001.bin From ingar at saltvik.org Sun May 21 10:08:37 2006 From: ingar at saltvik.org (Ingar Saltvik) Date: Sun, 21 May 2006 16:08:37 +0200 Subject: [gettext-u-en] GetText in a shared environment In-Reply-To: <44707113.1090904@synergetek.be> References: <44707113.1090904@synergetek.be> Message-ID: <2b333730605210708h365378c3t57843bc0193d87fe@mail.gmail.com> Hi, I struggled with this for a while too. You need to compile a nativeruby extension to use ruby-gettext. I managed to do this on textdrivefor my rails application by doing this: 1) Download and untar the tarball with ruby-gettext in your textdrivehome directory.2) cd ruby-gettext-...3) Compile and install the package in your home directory: ruby setup.rb all --installdirs=home4) Copy everything from ~/lib/ruby/ to your rails vendor-directory.(locale_system.so, gettext.rb and gettext/) Good luck! Ingar - ruby-gettext user On 21/05/06, Donald Piret wrote:> Hey there everybody,>> Was just wondering if any of you had had success using ruby-gettext in a> shared environment.> I'm trying to use one of my applications using ruby-gettext on> textdrive, but as they don't have the gem installed they've asked me to> try to> set it up in my own vendor directory. Has any of you been successful> doing this before and if yes could you please provide me with short> instructions?>> Thanks a lot in advance,>> Donald>>> _______________________________________________> gettext-users-en mailing list> gettext-users-en at rubyforge.org> http://rubyforge.org/mailman/listinfo/gettext-users-en>>> -- Ingar Saltvik