po: Include strings from Perl programs in the PO files (RHBZ#559963).
authorRichard Jones <rjones@redhat.com>
Wed, 12 May 2010 13:24:23 +0000 (14:24 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 12 May 2010 17:13:01 +0000 (18:13 +0100)
xgettext will only recognize '*.pl' as being a Perl file (otherwise
it treats it as a C file and does not correctly find any strings
in it).

This commit also fixes two actual bugs that xgettext found in the
strings in our Perl programs.


No differences found