On 01/10/2013 10:11 PM, András Murányi wrote:
Does it mean that there are no GUI strings in the C code?
There are GUI strings in the C code, but in order for you to see them, they are sent to pd-gui, the Tcl process. If you're running in -nogui mode, there will be no translations since all the translations are handled in Tcl.
Ah! BTW, would it take much to have gettext working on the C side too?
i think, the pd-core should be blissfully unaware of all translations. all the interface is done via the GUI, so everything that is "presentational" should be handled exclusively via the GUI (based on information it get's from the core).
if you want to run Pd without GUI and still have translations available (e.g. of the File-Menu :-)), they could run the output of Pd through a filter that uses the po files to translate.
but the DSP-core should not be bothered by those things.
fgamsdr IOhannes