Name : perl-Locale-Maketext-Fuzzy
| |
Version : 0.110.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.4
| Date : 2018-10-07 18:59:01
|
Group : Unspecified
| Source RPM : perl-Locale-Maketext-Fuzzy-0.110.0-1.4.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : 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 sources -- 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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Tumbleweed/noarch |