1MSGCMP(1)                             GNU                            MSGCMP(1)
2
3
4

NAME

6       msgcmp - compare message catalog and template
7

SYNOPSIS

9       msgcmp [OPTION] def.po ref.pot
10

DESCRIPTION

12       Compare  two  Uniforum  style  .po files to check that both contain the
13       same set of msgid strings.  The def.po file is an existing PO file with
14       the  translations.   The ref.pot file is the last created PO file, or a
15       PO Template file (generally created by xgettext).  This is  useful  for
16       checking  that  you have translated each and every message in your pro‐
17       gram.  Where an exact match cannot be found, fuzzy matching is used  to
18       produce better diagnostics.
19
20       Mandatory  arguments  to  long  options are mandatory for short options
21       too.
22
23   Input file location:
24       def.po translations
25
26       ref.pot
27              references to the sources
28
29       -D, --directory=DIRECTORY
30              add DIRECTORY to list for input files search
31
32   Operation modifiers:
33       -m, --multi-domain
34              apply ref.pot to each of the domains in def.po
35
36       --use-fuzzy
37              consider fuzzy entries
38
39       --use-untranslated
40              consider untranslated entries
41
42   Input file syntax:
43       -P, --properties-input
44              input files are in Java .properties syntax
45
46       --stringtable-input
47              input files are in NeXTstep/GNUstep .strings syntax
48
49   Informative output:
50       -h, --help
51              display this help and exit
52
53       -V, --version
54              output version information and exit
55

AUTHOR

57       Written by Peter Miller.
58

REPORTING BUGS

60       Report bugs to <bug-gnu-gettext@gnu.org>.
61
63       Copyright © 1995-1998, 2000-2006 Free Software Foundation, Inc.
64       This is free software; see the source for copying conditions.  There is
65       NO  warranty;  not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
66       PURPOSE.
67

SEE ALSO

69       The full documentation for msgcmp is maintained as  a  Texinfo  manual.
70       If  the  info  and msgcmp programs are properly installed at your site,
71       the command
72
73              info msgcmp
74
75       should give you access to the complete manual.
76
77
78
79GNU gettext-tools 0.16.1         November 2006                       MSGCMP(1)
Impressum