include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
Translations are stored as PO (portable object) files, which the toolchain transforms into translated documents. Each PO file is based on the POT (PO template) for the document and translated by the Fedora Translation Project. To add a translation, follow these steps:
If the po/
directory does not exist, create it and add it to
CVS:
mkdir po && cvs add po/
If it does not exist, create the POT file:
make pot
Add the new translation language to the
OTHERS
listing in the
Makefile
.
Although translators often copy the POT manually to create the new PO file, the following command also works:
make po/lang
.po