#1127: new nViz tcl messages are not indicated for gettext
-------------------------+--------------------------------------------------
Reporter: naokiueda | Owner: grass-dev@…
Type: task | Status: new
Priority: normal | Milestone: 6.4.1
Component: NVIZ | Version: 6.4.0 RCs
Keywords: | Platform: MSWindows 7
Cpu: Unspecified |
-------------------------+--------------------------------------------------
We are GRASS Japanese translation team in Osaka city university.
In latest version, nViz module can not be translated into Japanese.
#1127: new nViz tcl messages are not indicated for gettext
-------------------------+--------------------------------------------------
Reporter: naokiueda | Owner: grass-dev@…
Type: task | Status: new
Priority: major | Milestone: 6.4.1
Component: Tcl/Tk NVIZ | Version: 6.4.0 RCs
Keywords: | Platform: MSWindows 7
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by naokiueda):
* priority: normal => major
Comment:
In new NVIZ nodule, text is hard-coded and no way to translating to
environment language.
text should not be hard coded.
Since we need to translate GRASS into Japanese, if have no choice but
creating a branch version by replacing with translated Japanese text.
However, this is not a good way.
I think for other language version has the same problem.
#1127: new nViz tcl messages are not indicated for gettext
-------------------------+--------------------------------------------------
Reporter: naokiueda | Owner: grass-dev@…
Type: task | Status: new
Priority: major | Milestone: 6.4.1
Component: Tcl/Tk NVIZ | Version: 6.4.0 RCs
Keywords: | Platform: All
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by marisn):
* platform: MSWindows 7 => All
Comment:
I have started to mark messages for translation in NVIZ. Compile recent
develbranch (6.5 r44588); cd locale; make pot; (only at first time) cp
templates/grassnviz.pot po/grassnviz_ja.po; translate that file; make mo;
test in NVIZ. In future replace "cp" step with "make update-po".
Not all strings are extracted for translation, as it takes some time to go
over code to find strings. Report any issues at this bug.
#1127: new nViz tcl messages are not indicated for gettext
-------------------------+--------------------------------------------------
Reporter: naokiueda | Owner: grass-dev@…
Type: task | Status: new
Priority: major | Milestone: 6.4.1
Component: Tcl/Tk NVIZ | Version: 6.4.0 RCs
Keywords: | Platform: All
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by marisn):
Work is not yet finished. It will need serious testing to see if I haven't
broken anything. In some places it's tricky to extract messages as english
texts are used also to keep application state and not only to display it
to user. For this reason I had such large delay till I figured out how to
hack around BWidget ComboBox without breaking backwards compatability.