Re: I18N in seperate files
List for Users of Carlsbad Cubes' Technologies and Products <[email protected]> Wed, 14 Sep 2005 16:06:35 +0200
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
> > Ok, it was about one hours work -- it works for a simple example but has to be cleaned up. Perhaps I get completed this week... To assign multiple bundle files (separated by "," or whatever) seems to be a good idea too, what do you think? > It sound like a reasonable intermediate solution. for the long term however I think still would be nice to have full support for the nested bundles. the point is that the example I provided in previous email is a simplified version. in reality we keep okCancelPanel in a separate swixml descriptor and include it as <panel include="fragments.xml#okCancelPanel" ... />. In this case it becomes not so obvious if we specify extra bundle (via comma) for components which are in different descriptor file. But in any case specifying multiple bundles via comma is much better then having to combine bundles as part of the build procedure. Thanks for your efforts. Vitali