1MSGFMT(1)             User Contributed Perl Documentation            MSGFMT(1)
2
3
4

NAME

6       msgfmt.pl - Compile .po files to .mo files
7

SYNOPSIS

9       This script does the same thing as msgfmt from GNU gettext-tools,
10       except this is pure Perl. Because it's pure Perl, it's more portable
11       and more easily installed (via CPAN). It has two other advantages.
12       First, it supports directories, so you can have it process a full
13       directory of .po files. Second, it can guess the output file (if you
14       don't specify the -o option). If the input is a file, it will s/po$/mo/
15       to figure out the output file. If the input is a directory, it will
16       write the .mo files to the same directory.
17

SEE ALSO

19       Locale::Msgfmt
20
21
22
23perl v5.12.0                      2010-05-02                         MSGFMT(1)
Impressum