![]() |
![]() |
![]() |
|||||||||
|
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 ($file,$text)
Extract the strings from As in base class, extracted strings are just stored in the =$self='s internal table for further use (e.g. creating/updating a PO file). Nothing is returned. |