NAME

Dist::Zilla::Plugin::LocaleMsgfmt - Dist::Zilla plugin that compiles Local::Msgfmt .po files to .mo files

VERSION

version 1.202

DESCRIPTION

Put the following in your dist.ini

[LocaleMsgfmt]
locale = share/locale ;; (optional)

This plugin will compile all of the .po files it finds in the locale directory into .mo files, via Locale::Msgfmt.

ATTRIBUTES

locale

METHODS

mvp_multivalue_args

For Config::MVP - specify setting names that may have multiple values and that will always be stored in an arrayref

before_build

TODO

Remove the generated files after the build finishes, or better yet do the generation inside the build dir.

AUTHOR

Patrick Donelan <pdonelan@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Patrick Donelan.

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