The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

update_po.sh - create or update .po file

SYNOPSIS

   %> update_po.sh [command] [options]

DESCRIPTION

update_po.sh is a shell script that lets you to create or update .po file.

ARGUMENTS

  • -l language

    .po langunage file. Default to all existing .po files.

  • -m path

    MojoMojo directory.

OPTIONS

  • -p path

    perl binary executable path. You can also set PERL environment variable. For example:

       %> PERL=/path/to/my/perl ./update_po.sh ...
  • -j

    Create json file only.

  • -h

    Print out this help page and exit.

EXAMPLES

   %> sh update_po.sh 

   %> sh update_po.sh -l it -p /path/to/perl-5.11/bin/perl
   
   %> sh update_po.sh -m /my/lib/MoyoMoyo -l de

AUTHOR

Robert Litwiniec (basic script) Enrico Sorcinelli (script improvements and POD)

BUGS

Send bug reports and comments to: <...>. In each report please include the version module, the Perl version, the Apache, the mod_perl version and your SO. If the problem is browser dependent please include also browser name and version.

SEE ALSO

MojoMojo

PODUSAGE