USAGE:
=====

Updating language files:
^^^^^^^^^^^^^^^^^^^^^^^^
	$ make update

Generating griffith.mo files:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	$ make dist

Creating new translation:
^^^^^^^^^^^^^^^^^^^^^^^^^
Follow these steps:
	$ svn checkout svn://svn.berlios.de/griffith/trunk griffith
	$ cd griffith/po
	$ make update
remember to replace XX with your country language code:
	$ make XX.po
edit XX.po with your favourite editor (VIM/KBabel/poEdit/...)
	$ make dist
test your translation:
	$ LANG=XX ./griffith
if all seems to be OK, send your translation (compressed XX.po file)
to the devel mailing list or directly to us
