public
Description: Math learning game for children.
Homepage: http://www.lst.de/~cs/plutimikation/
Clone URL: git://github.com/cornelius/plutimikation.git
plutimikation / README
100644 29 lines (17 sloc) 0.581 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
 
 
Creating distribution tarball
-----------------------------
 
- Check out fresh copy from svn
- make -f admin/Makefile.common dist
- Rename directory to contain version in name
- Tar directory