De: "Miguel" <[EMAIL PROTECTED]> >> I think somehow the SVN system mixed up your update Nico's. stranger >> things have happened.... > >the .po files are supposed to be 'object' files > >But, they frequently get checked in after I make changes. Don't know why.
Hello (back from holidays), They get checked in after a change is made to at least one of the translatable strings in the source code AND build.xml is run on a system with gettext correctly configured. So if the person making the change in the source code doesn't have gettext or doesn't run build.xml, there's a good chance that you (Miguel) will see the .po files modified after you run build.xml. This week, they got checked in because of the following change in the source code: - in PickingManager, the translatable string " atoms in order to rotate the model around an axis" was replaced by " atoms in order to spin the model around an axis" (minor modification but it's enough) I see that there's a small problem that should probably be fixed because some strings are in both .pot files (common to applet/application, and applet only). I will look into this. Nico ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
