i18n/README
author Edouard Tisserant
Fri, 13 Mar 2015 22:36:52 +0100
changeset 1457 ff7cfce737ca
parent 814 5743cbdff669
child 1714 64ea7c86a74c
permissions -rw-r--r--
Added PLCID variable accessible from C side, set with binarie's MD5. Added retain init and cleanup calls. Extended tests/python to test PLCID
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 -o -name "*.csv" -print | grep -v '/build/' | grep -v '/pyjs/' > app.fil