From: Laurent Sansonetti Date: 2005-03-08T06:51:23+09:00 Subject: Re: Using (x)gettext with Ruby files Hi, On Tue, 8 Mar 2005 06:39:00 +0900, Sascha Ebach wrote: > Laurent Sansonetti wrote: > > In Alexandria (alexandria.rubyforge.org) I use rgettext from > > Ruby-GetText package, as follow: > > > > rgettext -o > > > > And it works perfectly, since the beginning. It supports splitted > > strings with + or \. > > I will have a look at that, but what if you have lots of ? > there is a limit on how many files you can pass as arguments. I suspect > I will probably have to modify rgettext. Maybe it could accept a glob. > I do not think there is a limit (except your shell's, or maybe Ruby itself). Actually I ran it with 38 files at once, without any problem :) Cheers Laurent