|
|
The format of the .msg file is similar to a standard message catalog source file. mkcatdecl(1) processes the .msg files. The format of the .msg files is defined by the following rules:
$moduleset MODULE C=C-DECL Tcl=TCL-DECL
``Sample message catalog''
is an example of a
.msg file conforming to these standards.
Sample message catalog
$ food.msg - Sample message catalog for software that does something $ with food. $ %\Z% %\M% %\I% %\E% %\Q%$moduleset SCO_PIZZA C=../pizza/pizza Tcl=../pizza/pizza
SCO_PIZZA_MSG_TOGO "A pizza with %1$s to go." SCO_PIZZA_MSG_FORHERE "A pizza with %1$s for here." SCO_PIZZA_ERR_UNKNOWN_TOPPING "We don't sell %1$s topping"
$moduleset SCO_SALAD Tcl=../salad/salad.msg.tcl
SCO_SALAD_MSG_HEALTH "Salad is better for you than pizza" SCO_SALAD_MSG_ATTITUDE "More great software is written on pizza than salad"