	emdebian-grip and translations
	==============================

emdebian-grip supports po4a for translations of script
output as well as for manpages.

There are TWO POT files in the emdebian-grip source package,
po/emdebian-grip.pot contains the strings for translation
from the program output within the packages.
doc/po/emdebian-grip.pot contains the strings for
translation from the manpages of scripts in the packages.

Program output translations should be added to the top
level po/ direcory. This is an intltool build, so new
languages need to be added to the po/LINGUAS file and
new scripts for translation need to be added to the
po/POTFILES.in file.

Manpage translations should be added to the doc/po directory.
This is a modified po4a-build mechanism, so new languages
will be auto-detected but new content for translation needs
to be carefully handled within the doc/genmanpages script
itself.

