diff -r 915be999f3f0 -r 5c42cafaee15 i18n/README --- a/i18n/README Sat May 19 19:00:55 2012 +0200 +++ b/i18n/README Sun May 20 19:07:09 2012 +0200 @@ -5,4 +5,8 @@ To generate .mo files for all languages: python mki18n.py -m --moTarget=../locale --domain=Beremiz - \ No newline at end of file + + +To generate app.fil: + + find .. -name "*.py" -exec grep -q '_(' {} ';' -print -o -name "*XSD*" -print | grep -v '/build/' | grep -v '/pyjs/' > app.fil