- or download this
undef $locale;
$locale = Wx::Locale->new('Czech', 'cz','cz');
$locale->AddCatalogLookupPathPrefix(filename('data/locale'));
$locale->AddCatalog('evidence');
- or download this
msgid ""
msgstr ""
"Project-Id-Version: evidence VERSION\n"
...
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
- or download this
sub _T {
my $gettext;
my $octets;
...
return $result;
}