i18n/README
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 20 Apr 2016 16:20:53 +0300
changeset 1488 00fb79aba7ac
parent 814 5743cbdff669
child 1714 64ea7c86a74c
permissions -rw-r--r--
add i18n for couple of strings in TextViewer.py
add source file for Russian translation
update messages.pot and app.fil
update Russian translation
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