i18n/README
author Surkov Sergey <surkovsv93@gmail.com>
Tue, 10 Jan 2017 14:08:49 +0300
changeset 1621 4485e6478b91
parent 814 5743cbdff669
child 1714 64ea7c86a74c
permissions -rw-r--r--
fix doubling search results in Search Result Panel

After fix local search in SFC POU in 163d3a8, search results tree assemble with "children" branches: results of search in actions anf transitions. Deleted code doubling this search results into one more separate branch, so it's useless.
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