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-2007  Free  Software  Foundation,   Inc.
64       License      GPLv3+:     GNU     GPL     version     3     or     later
65       <http://gnu.org/licenses/gpl.html>
66       This is free software: you are free  to  change  and  redistribute  it.
67       There is NO WARRANTY, to the extent permitted by law.
68

SEE ALSO

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