i18n/README
author Edouard Tisserant
Mon, 21 May 2012 17:53:50 +0200
changeset 741 382b2c848dac
parent 734 5c42cafaee15
child 814 5743cbdff669
permissions -rw-r--r--
fixed uncaught exception dialog while displaying cought exception in log
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