i18n/README
author Edouard Tisserant
Tue, 22 May 2012 06:11:37 +0200
changeset 742 41a4a560406c
parent 734 5c42cafaee15
child 814 5743cbdff669
permissions -rw-r--r--
Fixed runtime problems with python 2.6 without wx installed
To generate message.pot file:

	python mki18n.py -p --domain=Beremiz
	
To generate .mo files for all languages:

	python mki18n.py -m --moTarget=../locale --domain=Beremiz


To generate app.fil:
	
    find .. -name "*.py" -exec grep -q '_(' {} ';' -print -o -name "*XSD*" -print | grep -v '/build/' | grep -v '/pyjs/' > app.fil