1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: liblocale-maketext-fuzzy-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>, Ansgar Burchardt <ansgar@43-1.org>,
gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.0)
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Locale-Maketext-Fuzzy/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblocale-maketext-fuzzy-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-fuzzy-perl/
Package: liblocale-maketext-fuzzy-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Maketext from already interpolated strings
This module is a subclass of Locale::Maketext, with additional
support for localizing messages that already contains interpolated
variables. This is most useful when the messages are returned by
external modules -- for example, to match "dir: command not found"
against "[_1]: command not found".
|