2008/12/16 thron7 <[email protected]>: > > > Amit Rana wrote: >> yes, we can edit the files but have to repeat the same code of calling >> function call tr() in all my files. Anyways, i got the point. >> > > Well, you might want to open a bug that these tr() errors might be > turned into warnings, so the generation process continues.
+1 for that feature. I have info that I get from a json file, that I love to be able to translate in runtime by just putting the translation in .pot file. But that would mean I need to be able to use tr(variable-name) Off course the alternative would be to let the json file supply the translation, but then the translations would be spread around. Not that that's too big of a problem. Perhaps I can use gettext at the server-side as well, using an alternative .pot file? Hmm .. *pondering pose* That would be a lot neater, wouldn't it? Greetings, Ralf ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
