Remove croak and Perl_croak from gettext triggers. While we could
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 19 Feb 2009 10:07:58 +0000 (10:07 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 19 Feb 2009 10:07:58 +0000 (10:07 +0000)
commit3c06fa4456276eb070a4f80f0b71199d15a0c44f
tree60e3f6aec6786352be84021e706ac7928938cee7
parent3afb8a9338a7ab815f8481fef223539ef40a099a
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.
src/pl/plperl/nls.mk