i18n/README
author laurent
Sun, 10 Jun 2012 20:18:34 +0200
changeset 764 f338651eca36
parent 734 5c42cafaee15
child 814 5743cbdff669
permissions -rw-r--r--
Fix bug project not marked as modified when changing URI_Location using discovery dialog
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