Read the POT table information from $filename, as compact as possible. Comments, plural-form, and such are lost on purpose: they are not needed for translations.
Option | Default |
---|---|
charset |
|
Returns the name of the source file for this data.
[1.09] Returns the character-set of the strings found in the file. They will get translated into utf8 before being used in Perl.
Lookup the translations with the STRING. Returns a SCALAR, when only
one translation is known, and an ARRAY wherein there are multiple.
Returns undef
when the translation is not defined.
Returns the translated string for $msgid. When not specified, $count is 1 (the single form).