How to add a new language
=========================
to add language NN:

add NN to the variable USER_MANUAL_LANGUAGES in help/Makefile

mkdir help/NN
cp help/no/Makefile help/NN

edit help/NN/Makefile and change all "help/no" to "help/NN" and all "no.po" to "NN.po"

cp help/C/solfege.pot help/NN/NN.po

make help/NN/solfege.html

Or just email tca@gnu.org and ask for help. I'm happy to help everybody
that want to translate the manual.
