Re: Supressing a %d parameter in a string

2005-02-26 Thread Raphael Higino
s you don't want... > > behdad > > > > - Dale > > > > > > ----- Original Message - > > From: Åsmund Skjæveland <[EMAIL PROTECTED]> > > Date: Friday, February 25, 2005 7:30 am > > Subject: Re: Supressing a %d parameter in a string

Re: Supressing a %d parameter in a string

2005-02-26 Thread Raphael Higino
> > When you are using the numbered version of the formatting parameters, > > you should just be able to leave out the ones that you don't want. Does > > that parameter ever have any other value besides 1 for that message? > > No, you can't. If you leave out parameter#1 and use parameter#2, you ge

Re: Supressing a %d parameter in a string

2005-02-25 Thread Behdad Esfahbod
; > - Original Message - > From: Åsmund Skjæveland <[EMAIL PROTECTED]> > Date: Friday, February 25, 2005 7:30 am > Subject: Re: Supressing a %d parameter in a string > > > > When you are using the numbered version of the formatting > > parameters, > >

Re: Supressing a %d parameter in a string

2005-02-25 Thread dsplat
d Skjæveland <[EMAIL PROTECTED]> Date: Friday, February 25, 2005 7:30 am Subject: Re: Supressing a %d parameter in a string > > When you are using the numbered version of the formatting > parameters, > > you should just be able to leave out the ones that you don't >

Re: Supressing a %d parameter in a string

2005-02-25 Thread Åsmund Skjæveland
> When you are using the numbered version of the formatting parameters, > you should just be able to leave out the ones that you don't want. Does > that parameter ever have any other value besides 1 for that message? No, you can't. If you leave out parameter#1 and use parameter#2, you get an er

Re: Supressing a %d parameter in a string

2005-02-24 Thread D. Dale Gulledge
When you are using the numbered version of the formatting parameters, you should just be able to leave out the ones that you don't want. Does that parameter ever have any other value besides 1 for that message? Raphael Higino wrote: Hi folks. How can I supress a %d parameter I don't want to use

Supressing a %d parameter in a string

2005-02-24 Thread Raphael Higino
Hi folks. How can I supress a %d parameter I don't want to use in the translated string? I've tryed %0$d but msgfmt outputs the following: - nautilus.HEAD.pt_BR.po:3061: 'msgstr[0]' is not a valid C format string, unlike 'msgid'. Reason: In the directive number 1, the argument number 0 is not