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?


Thanks,
Thomas

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

Reply via email to