NAME

Locale::Msgfmt - Compile .po files to .mo files

SYNOPSIS

This module does the same thing as msgfmt from GNU gettext-tools, except this is pure Perl.

use Locale::Msgfmt;

msgfmt({in => "po/fr.po", out => "po/fr.mo"});
msgfmt_dir({in => "po/"});

COPYRIGHT & LICENSE

Copyright 2009 Ryan Niebur, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.