On Do, 2007-04-05 at 17:54 -0400, Igor Miletic wrote: > On Thu, 2007-04-05 at 17:29 +0200, F Wolff wrote: > > Hi list(s) > > > > We have built a beta2 of the translate toolkit 1.0 and of Pootle 1.0. We > > would really like people to help us with the testing. > > Hi, > > There are two things I had to change for beta2 to make it work for me. > > First one is that I defined extension as "po", because for some reason > it could not figure out extension (some POTree error, extra arguments). > + self.fileext="po" > instead > self.fileext = self.potree.getprojectlocalfiletype(self.projectcode)
I would be very grateful if you can send in the POTree error. I can't reproduce this error, and I'd just like to make sure I understand why this is not working. > > Second one is how it stores keys. Since I use sub-directories, keys it > self have sub-directory portion. Without it I would get key error I > reported earlier when I try to commit changes to svn. > + stats = self.getquickstats([dirname+"/"+pofilename]) I can't reproduce this problem. Would it be possible for you to explain your setup? Do I understand correctly that it is a gnu style project (filenames like sr.po) but also a directory structure? Thanks a lot for your testing. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Translate-pootle mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/translate-pootle
