Remove croak and Perl_croak from gettext triggers. While we could

Peter Eisentraut <peter_e@gmx.net>

Commit: b870f8008dbc519e43026e3ff955797afdade494
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-02-19T10:07:58Z
Releases: 8.4.0
Remove croak and Perl_croak from gettext triggers.  While we could
selectively mark up their arguments for translation, the Perl xsubpp tool
generates a bunch of additional Perl_croak calls that we cannot control,
so we'd be creating a confusing mix of translated and untranslated messages
of a similar kind.  This is something that might deserve a more
comprehensive solution later.

Also remove _ from gettext triggers, because it wasn't used.

Use SPI.c instead of SPI.xs as source file for xgettext, because the .xs
format isn't really supported in xgettext.

Files

PathChange+/−
src/pl/plperl/nls.mk modified +3 −3