Follow-up Comment #2, bug #49678 (project gettext):
Philipp, I'm working on exactly that problem. In the meantime, you can avoid
the error with a simple workaround. Write
($dbDefaults{'serviceEnabled'}->value)?_("Yes"):_("No")
instead of
$dbDefaults{'serviceEnabled'}->value?_("Yes"):_("No")
In other words: Whenever you run into the problem, please reformulate your
code so that there is a closing parentheses immediately preceding the ternary
operator. Otherwise xgettext may misinterpret the question mark as a regex
delimiter.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49678>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/