Пакет perl-Locale-Maketext-Fuzzy: Информация
Исходный пакет: perl-Locale-Maketext-Fuzzy
Версия: 0.11-alt1
Собран: 25 сентября 2012 г. 2:03
Категория: Разработка/Perl
Сообщить об ошибке в пакетеДомашняя страница: http://www.cpan.org
Лицензия: Artistic
О пакете: Locale-Maketext-Fuzzy - 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".
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.Сопровождающий: Vitaly Lipatov
Последнее изменение
24 сентября 2012 г. Igor Vlasenko 0.11-alt1
- automated CPAN update
22 ноября 2010 г. Igor Vlasenko 0.10-alt1.1
- repair after perl 5.12 upgrade using girar-nmu
13 июля 2010 г. Igor Vlasenko 0.10-alt1
- automated CPAN update