add to i18n/README forgotten commands to add some XML schemes as source
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 05 Jul 2017 12:59:43 +0300
changeset 1714 64ea7c86a74c
parent 1713 ae58d214997c
child 1715 f50486ecdc21
add to i18n/README forgotten commands to add some XML schemes as source
for strings and update app.fil
i18n/README
i18n/app.fil
--- a/i18n/README	Tue Jul 04 14:00:42 2017 +0300
+++ b/i18n/README	Wed Jul 05 12:59:43 2017 +0300
@@ -1,7 +1,7 @@
 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
@@ -10,3 +10,5 @@
 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
+    echo "../plcopen/Additional_Function_Blocks.xml" >> app.fil
+    echo "../plcopen/Standard_Function_Blocks.xml"   >> app.fil
\ No newline at end of file
--- a/i18n/app.fil	Tue Jul 04 14:00:42 2017 +0300
+++ b/i18n/app.fil	Wed Jul 05 12:59:43 2017 +0300
@@ -117,3 +117,5 @@
 ../IDEFrame.py
 ../PLCGenerator.py
 ../Beremiz_service.py
+../plcopen/Additional_Function_Blocks.xml
+../plcopen/Standard_Function_Blocks.xml
\ No newline at end of file