README.txt
changeset 63 0a610af4033f
parent 37 d62454bf4402
child 82 2d964b42de45
--- a/README.txt	Mon Dec 14 10:05:21 2009 +0100
+++ b/README.txt	Mon Dec 14 13:54:47 2009 +0100
@@ -144,3 +144,23 @@
 ========
 We'd like to thank:
 - Kirill Miazine (http://km.krot.org/) for the norwegian translation
+
+Translation
+============
+
+Update all po files
+---------------------
+cd src/cm
+../../bin/django makemessages -a
+../../bin/django makemessages -d djangojs -a
+
+Compile po files
+----------------
+cd src/cm
+../../bin/django compilemessages
+
+Create new file for lang 'lg'
+-----------------------------
+cd src/cm
+../../bin/django makemessages -l=lg -e=html,txt
+../../bin/django makemessages -d djangojs -l=lg
\ No newline at end of file