i18n/README
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Mon, 26 Dec 2016 14:01:54 +0300
changeset 1615 af9b0ccb418e
parent 814 5743cbdff669
child 1714 64ea7c86a74c
permissions -rw-r--r--
replace '-' with '.' in resource tab and transition/action SFC code


This makes tab names consistent with the way the same information is shown in variable panel.
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