- "
# Compile the code once
make
Updating the Translations
.........................
The typical process for translating one program is:
- generate a POT file (PO Template): this is done with ``xgettext`` which
searches for all the strings from the sources that can be translated;
- update the PO file for your language: this is done with ``msgmerge`` which
compares the PO file and aligns it to the latest template;
- edit the new PO file: this is done by you with your favourite editor, to add
the missing ``msgstr``, review the possible *fuzzy matches*, …
- check the PO file: unfortunately there is no definitive method for this;
- submit your contribution to the project: this is done with ``git``.
In WINDOW MAKER, you have actually 4 ``po`` files to take care of:
- ``po/