--- 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