i18n/README
author Paul Beltyukov <beltyukov.p.a@gmail.com>
Fri, 28 Apr 2017 13:28:22 +0300
changeset 1681 21f40ed5238f
parent 814 5743cbdff669
child 1714 64ea7c86a74c
permissions -rw-r--r--
add getCompiler and getLinker methods, to abstract from XSD.
add calc_source_md5 as it's more convenient especially for embedded
targets to add -DPLC_MD5="something" option at compile time than
to mess with editing binary.
add some more helper methods
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