Re: [Ktechlab-devel] translatable strings in simulator code

2010-11-23 Thread Julian Bäume
Am Dienstag, 23. November 2010, 11:54:14 schrieb Zoltan Padrah: > 2010/11/22 Julian Bäume : *** snip *** > > What do you think? Should we go this way? Then I’ll start implementing > > this config file and you can add new properties on demand. I’ll also > > provide the class that does the mapping fr

Re: [Ktechlab-devel] translatable strings in simulator code

2010-11-23 Thread Zoltan Padrah
Hi, 2010/11/22 Julian Bäume : > moin, > I somehow dislike the idea of having translatable strings in the simulation > code. AFAICS this is for now needed for the model parameters implemented for > each component. I’d like to move that out of the Component-code. I‘m fine with > having the definiti

[Ktechlab-devel] translatable strings in simulator code

2010-11-22 Thread Julian Bäume
moin, I somehow dislike the idea of having translatable strings in the simulation code. AFAICS this is for now needed for the model parameters implemented for each component. I’d like to move that out of the Component-code. I‘m fine with having the definition in this class, though. Here is my pr