i18n/README
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Mon, 18 Apr 2016 19:15:55 +0300
changeset 1481 5b294dcaae18
parent 814 5743cbdff669
child 1714 64ea7c86a74c
permissions -rw-r--r--
fix issue, then it wasn't possible to view FBD programs

the reason for that is possible wx-3.0-gtk2 bug that happens if
ALWAYS_SHOW_SB is set.

Traceback (most recent call last):
File "Beremiz.py", line 1045, in OnProjectTreeItemActivated
IDEFrame.OnProjectTreeItemActivated(self, event)
File "IDEFrame.py", line 1667, in OnProjectTreeItemActivated
self.EditProjectElement(item_infos["type"], item_infos["tagname"])
File "IDEFrame.py", line 1752, in EditProjectElement
new_window = Viewer(self.TabsOpened, tagname, self, self.Controler)
File "editors/Viewer.py", line 611, in __init__
EditorPanel.__init__(self, parent, tagname, window, controler, debug)
File "editors/EditorPanel.py", line 68, in __init__
self._init_ctrls(parent)
File "editors/EditorPanel.py", line 52, in _init_ctrls
self._init_Editor(self)
File "editors/Viewer.py", line 603, in _init_Editor
style=wx.HSCROLL | wx.VSCROLL | wx.ALWAYS_SHOW_SB)
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_windows.py", line 296, in __init__
_windows_.ScrolledWindow_swiginit(self,_windows_.new_ScrolledWindow(*args, **kwargs))
PyAssertionError: C++ assertion "scrolled" failed at ../src/gtk/scrolwin.cpp(205) in DoShowScrollbars(): window must be created
361
331d698e1118 Adding support for internationalization
laurent
parents:
diff changeset
     1
To generate message.pot file:
331d698e1118 Adding support for internationalization
laurent
parents:
diff changeset
     2
331d698e1118 Adding support for internationalization
laurent
parents:
diff changeset
     3
	python mki18n.py -p --domain=Beremiz
331d698e1118 Adding support for internationalization
laurent
parents:
diff changeset
     4
	
331d698e1118 Adding support for internationalization
laurent
parents:
diff changeset
     5
To generate .mo files for all languages:
331d698e1118 Adding support for internationalization
laurent
parents:
diff changeset
     6
331d698e1118 Adding support for internationalization
laurent
parents:
diff changeset
     7
	python mki18n.py -m --moTarget=../locale --domain=Beremiz
734
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 361
diff changeset
     8
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 361
diff changeset
     9
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 361
diff changeset
    10
To generate app.fil:
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 361
diff changeset
    11
	
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 734
diff changeset
    12
    find .. -name "*.py" -exec grep -q '_(' {} ';' -print -o -name "*XSD*" -print -o -name "*.csv" -print | grep -v '/build/' | grep -v '/pyjs/' > app.fil