Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | Package =TWiki::I18N::ExtractSupport translatable strings extraction from TWiki topics and templates. Depends on Locale::Maketext::Extract (part of CPAN::Locale::Maketext::Lexicon).ClassMethod new ($session) -> $extractConstructor. Creates a fresh new Extract object. A $session object, instance of the TWiki class, is optional: if it's available, it'll be used for printing warnings.ObjectMethod extract ($msgid) -> $formatedThis method overrides the one with same name inLocale::Maketext::Extract , as
a workaround for a bug![]() Locale::Maketext::Lexicon Perl package, and was not fixed up to the
0.53 release.
What it does is to call an alternative version of the _format function, which
avoids double-escaping![]() |