Op Di, 2010-05-18 om 13:04 -0400 skryf Chanel Munezero: > On Tue, May 18, 2010 at 4:07 AM, F Wolff <[email protected]> wrote: > > Op Di, 2010-05-18 om 00:42 -0400 skryf Chanel Munezero: > >> i've followed the steps in the original pootle/git thread: > >> http://sourceforge.net/mailarchive/forum.php?thread_name=1270740648.9329.1.camel%40badaa-laptop&forum_name=translate-pootle > >> > >> everything works except when i 'Commit to VCS', i get this error: > >> Failed to commit file: [GIT] commit of ('/opt/translate/test', > >> 'locale/it_IT/LC_MESSAGES/messages.po') failed: fatal: malformed > >> --author parameter > >> > >> i've set the repository git config 'user.name' and 'user.email', but > >> the same error is printed out. Has anybody else had troubles with the > >> author parameter? and if so, how did you go about fixing it? > > > > Hallo Chanel > > > > I don't recognise your error, but maybe some more information will help: > > > > - What version of the Translate Toolkit are you using? > > - What version of Pootle are you using? > > - Is your email address specified in the account that you used? I > > think there was an issue where the email address was needed (I think > > this is what git expects, and might be why it considers it malformed). > > Translate version: 1.6.0 > Pootle version: 2.0.3 > All info in the "account >> profile" has been filled in.
Ok. I actually remembered wrong about when Miklos looked into this. I believe the issue is fixed, but it was after the release of version 2.0.3. The fix is to simply add a few lines to Pootle/local_apps/pootle_app/models/translation_project.py similar to this commit: http://translate.svn.sourceforge.net/viewvc/translate/src/trunk/Pootle/local_apps/pootle_translationproject/models.py?r1=14253&r2=14252&pathrev=14253 If you prefer a patch file, I can easily create one. I think this should solve it. Keep well Friedel -- Recently on my blog: http://translate.org.za/blogs/friedel/en/content/inaccessible-translations ------------------------------------------------------------------------------ _______________________________________________ Translate-pootle mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/translate-pootle
