This is Plutimikation, a math learning game for children.


Some hints how to handle translations
-------------------------------------

Creating translation template:

 make -f admin/Makefile.common package-messages

Merging messages:
 
 cd po
 PACKAGE=plutimikation POFILES=de.po make -f ../admin/Makefile.common \
     package-merge

Testing translations:

  LANG=de_DE plutimikation
