Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37038765
en ru br
ALT Linux repos
S:0.11-alt1
5.0: 0.02-alt2
4.1: 0.02-alt1
4.0: 0.02-alt1
3.0: 0.02-alt1

Group :: Development/Perl
RPM: perl-Locale-Maketext-Fuzzy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.02-alt1
Build date: 6 june 2005, 13:27 ( 981.4 weeks ago )
Size: 10.14 Kb

Home page:   http://www.cpan.org

License: Artistic
Summary: Locale-Maketext-Fuzzy - Maketext from already interpolated strings
Description:

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".

Of course, this module is also useful if you're simply too lazy
to use the

   $lh->maketext("[quant,_1,file,files] deleted.", $count);

syntax, but wish to write

   $lh->maketext_fuzzy("$count files deleted");

instead, and have the correct plural form figured out automatically.

If "maketext_fuzzy" seems too long to type for you, this module
also provides a "override_maketext" method to turn *all* "maketext"
calls into "maketext_fuzzy" calls.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-Locale-Maketext-Fuzzy
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin