1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
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@debian.org>,
gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Locale-Maketext-Fuzzy/
Vcs-Git: git://git.debian.org/pkg-perl/packages/liblocale-maketext-fuzzy-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblocale-maketext-fuzzy-perl.git
Package: liblocale-maketext-fuzzy-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Maketext from already interpolated strings
Locale::Maketext::Fuzzy 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".
|