Option | Default |
---|---|
charset | 'utf-8' |
lexicon | <required> |
Returns the character-set used inside the POT files.
Returns a sorted list of all known domain names.
Returns the Log::Report::Lexicon::Index object, which is listing the files in the lexicon directory tree.
Returns the list of Log::Report::Lexicon::POT objects which contain the tables for DOMAIN.
Update the domains mentioned in the FILENAME. All text-domains defined in the file will get updated automatically, but should not written before all files are processed.
Returned is the number of messages found in this particular file.
Show a status about the DOMAIN (by default all domains). At least mode verbose is required to see this.
The statistics are sent to (Log::Report) dispatchers which accept notice and info. This could be syslog. When you have no explicit dispatchers in your program, the level of detail get controled by the 'mode':
use Log::Report mode => 'DEBUG'; # or 'VERBOSE'
Register the existence of a (MSG, MSG_PLURAL) in all POTs of the DOMAIN.
Update the information of the files related to DOMAIN, by default all processed DOMAINS.
All information known about the written DOMAIN is removed from the cache.