i18n/README
changeset 734 5c42cafaee15
parent 361 331d698e1118
child 814 5743cbdff669
--- 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