[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Libvir] [PATCH] fix the Japanese messages
- From: "Daniel P. Berrange" <berrange redhat com>
- To: Saori Fukuta <fukuta saori jp fujitsu com>
- Cc: libvir-list <libvir-list redhat com>
- Subject: Re: [Libvir] [PATCH] fix the Japanese messages
- Date: Wed, 13 Jun 2007 13:59:14 +0100
On Wed, Jun 13, 2007 at 05:33:36PM +0900, Saori Fukuta wrote:
> Hi,
>
> We are making a review of the Japanese messages.
> And we fix Japanese help messages first.
This is slightly wrong:
> - fprintf(stdout, " %-15s %s\n", buf, opt->help);
> + fprintf(stdout, " %-15s %s\n", buf, _(opt->help));
You can't use _ in this scenario - you need to have _N
Regards
Dan.
--
|=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=|
|=- Perl modules: http://search.cpan.org/~danberr/ -=|
|=- Projects: http://freshmeat.net/~danielpb/ -=|
|=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]