Re: [qooxdoo-devel] Translation not working in plugins

2010-06-09 Thread panyasan
Ok, thanks. I opened a bug report for it ([1]). When I have time, I will follow your suggestions and document my experiences. However, time is scarce right now and I'll have to finish other things first. But good that some information on how to go about this is available now. C. [1] http://bugz

Re: [qooxdoo-devel] Translation not working in plugins

2010-06-09 Thread thron7
No, as far as I can tell there are no concrete plans to make such a feature publicly available. As I tried to indicate, we have projects going on in-house that have similar requirements, but it is not yet clear to me how much support from the framework they actually need. If they would need such an

Re: [qooxdoo-devel] Translation not working in plugins

2010-06-09 Thread panyasan
Thomas: thank you for the detailed explanation. It is great to learn that qooxdoo already has the neccessary infrastructure for plugins. Good job, as usual ... ! :-) It sound complex, but doable, and certainly, a public API for this would be welcomed by the community. Since my clients would not

Re: [qooxdoo-devel] Translation not working in plugins

2010-06-08 Thread thron7
Christian, > I have a class that I develop in the normal qooxdoo filesystem/class > structure, but which is not included into the source/build versions. > Instead, it is loaded separately on demand as a plugin. This means, it is > outside of the generator system. The reason is that I want to be ab

[qooxdoo-devel] Translation not working in plugins

2010-06-08 Thread panyasan
Hello, I have a class that I develop in the normal qooxdoo filesystem/class structure, but which is not included into the source/build versions. Instead, it is loaded separately on demand as a plugin. This means, it is outside of the generator system. The reason is that I want to be able to devel

Re: [qooxdoo-devel] Translation not working

2007-06-06 Thread Christian Boulanger
Yep, this was it. Sorry for the noise. C. Christian Boulanger schrieb: > Some wise man (or woman?) said: "If everything else fails, read the manual". > > So I came across > > http://qooxdoo.org/documentation/0.7/internationalization > > which I had not seen before. There, it says: > > -- > You

Re: [qooxdoo-devel] Translation not working

2007-06-06 Thread Christian Boulanger
Some wise man (or woman?) said: "If everything else fails, read the manual". So I came across http://qooxdoo.org/documentation/0.7/internationalization which I had not seen before. There, it says: -- You must specify literals with quotes instead of apostrophes. this.tr("Hello World") is v

Re: [qooxdoo-devel] Translation not working

2007-06-06 Thread Christian Boulanger
Thanks Fabian, this is wierd. I'll try again after we have reorganized our file structure - maybe the problem lies there. Am I the only one experiencing this - have others been using the translation functionality successfully in their own custom applications? Thanks, Christian Fabian Jakobs w

Re: [qooxdoo-devel] Translation not working

2007-06-05 Thread Fabian Jakobs
Hi Christian, strange Problem. I have just tried the same with the skeleton of 0.7 and everything just worked. Could you provide some details? Best Fabian - This SF.net email is sponsored by DB2 Express Download DB2 Express

[qooxdoo-devel] Translation not working

2007-06-05 Thread Christian Boulanger
Hello, thank you for the 0.7 release, so far everything is working fine over here since I migrated some time ago. But I have a problem with translation. In my auto-generated code, for example, I have the following: var qx_id2273032 = new qx.ui.form.ListItem(this.tr('CD'),null,null); qx_id227300