Make Perl strings translatable using perl-libintl.
authorRichard Jones <rjones@trick.home.annexia.org>
Wed, 15 Jul 2009 13:24:41 +0000 (14:24 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Wed, 15 Jul 2009 14:30:23 +0000 (15:30 +0100)
All Perl strings are now marked as translatable using __"string"
or __x("string {placeholder}", placeholder => $_).  Perl strings
now get copied to the PO files.

The po/POTFILES.in file is now updated automagically whenever we
add new *.c, *.pl or *.pm files into the repository.


No differences found