> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >> * I would like to combine the popup menus and the app menus so that the >> translations only have to be done one time. > > I'm fine with having three resource files to look after...
OK >> * Properties files can inherit, so at one level, it should be easy to >> do. > > How does that work? One of the constructors java.util.Properties can take another java.util.Properties as an argument. If it doesn't find it in the first Properties file then it looks in the second. -- 2 minutes later -- It looks like this functionality may not be available for a java.util.PropertyResourceBundle that is used for language translations. In which case, we may need to implement it ourselves. >> * However, the property names that we use are not consistent. We need >> to >> rectify that. > Egon wrote: > Ok, but of less importance to me at this moment... /me as translator does > not look at the property names at all... OK >> * The applet/viewer needs to be 'internationalized', but >> I didn't want to take the Jmol app international resource >> handling without taking a look >> at it. > > What do you mean with this? I.e. what do you want to look at? Nothing in particular. We need to make sure that it isn't using anything that would die under 1.1 JVMs. It also needs to be moved out of the app package and put someplace else. Probably into the ui package for now. It would be great if you wanted to do this. Miguel ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
