logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Attributes

recursive
       Whether to look up in the locale files recursively.

   locale
       Path to the directory containing the locale files.

Author

       Patrick Donelan <pdonelan@cpan.org>

Description

       Put the following in your dist.ini :

           [LocaleMsgfmt]
           locale = share/locale ; this is the default

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

Name

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

Todo

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

Version

       version 1.203

See Also