bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug Report: gettext 0.17 can't extract both branches of a conditional ex


From: Shujing Zhao
Subject: Bug Report: gettext 0.17 can't extract both branches of a conditional expression for translation.
Date: Mon, 16 Nov 2009 10:38:44 +0800
User-agent: Thunderbird 2.0.0.23 (X11/20090812)

Hi,
When gettext 0.17 extract the following .c code for translation at Linux, it can only extract the first branch.

               error (funcdef_flag
                      ? "%qs defined in a non-class scope"
                      : "%qs declared in a non-class scope", name);


But an old version gettext 0.14.6 can extract both branches. I think it is a bug of 0.17.

Thanks
Pearly





reply via email to

[Prev in Thread] Current Thread [Next in Thread]