Quick Guide for Translators
---------------------------

If you want to add support for a language, e.g. Italian,
do as follows in this directory:

$ cp koverartist.pot it.po  (replace "it" by your language code)
$ touch Makefile.am

Then edit the po-file (e.g. it.po) with a proper tool
(kbabel, poedit or any editor, for example)

$ kbabel it.po

To test the result you have to install the message catalogs:

$ make && sudo make install

When satisfied with your translation, please send the po-file
to me (taferner@kde.org) and I will add it to the distribution.
