You wrote:
> 2009/8/23 Thomas Perl <[email protected]>
> > You wrote:
> > > When downloading file I get the following error when one download is
> > > completed:
> > >
> > > Unhandled exception
> > >
> > > Please report this problem and restart gPodder:
> > >
> > > not enough arguments for format string
> > >
> > > Running gPodder from git with --verbose
> > >
> > >   File "/home/fabio/Git/gpodder/src/gpodder/gui.py", line 897, in
> > > update_downloads_list
> > >     s.append(_('%d done') % finished)
> > > TypeError: not enough arguments for format string
> >
> > The Italian translation file contains a wrong format string:
> >
> > #: src/gpodder/gui.py:901
> > #, python-format
> > msgid "%d done"
> > msgstr "%d di %d completati"
> >
> > Does the updated translation file contain a fix for this?
> 
> 
> attached the file fixed. Now it works fine.
> Only 38 strings need translation.

I have now added a simple check that verifies if the format strings are
correctly translated (i.e. order, amount and type is the same as in the
original translation). Please "git pull" the latest changes into your
working copy and then use "make releasetest" to check for any format
string errors. After the "make releasetest" command tells you that all
translations are OK, please send me the it.po file to [email protected]
and I will merge it into the repository.

Thanks,
Thomas


_______________________________________________
gpodder-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to