There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Locale::Memories - L10N Message Retrieval

SYNOPSIS

my $lm = Locale::Memories->new();
$lm->load_index('path_to_index');
$lm->index_msg($locale, $msg_id, $msg_str);
$lm->translate_msg($locale, $msg_id);

DESCRIPTION

This module is specialized module for indexing and retrieving .po messages.

COPYRIGHT

Copyright (c) 2007 Yung-chung Lin. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.