[Bug 1711434] Re: [Ubuntu 16.04 Italian] ubuntu-support-status crash
Brian Murray
brian at ubuntu.com
Fri Aug 18 15:56:43 UTC 2017
*** This bug is a duplicate of bug 1703827 ***
https://bugs.launchpad.net/bugs/1703827
The url with the fix you've posted is for precise, this should be fixed
in the development release of Ubuntu which is artful.
** This bug has been marked a duplicate of bug 1703827
ubuntu-support-status return "TypeError: not enough arguments for format string" due to bad translations
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to update-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1711434
Title:
[Ubuntu 16.04 Italian] ubuntu-support-status crash
Status in update-manager package in Ubuntu:
New
Bug description:
Crash on Ubuntu 16.04 LTS Italian:
riso64bit at riso64bit-K55VD:~$ ubuntu-support-status
Riepilogo supporto per «riso64bit-K55VD»:
Traceback (most recent call last):
File "/usr/bin/ubuntu-support-status", line 151, in <module>
'time' : time})
TypeError: not enough arguments for format string
i think problem is here (missing parentesis):
#: ../ubuntu-support-status:148
msgid "You have %(num)s packages (%(percent).1f%%) supported until %(time)s"
msgstr ""
"Ci sono %(num)s pacchetti (%percent).1f%%) supportati fino a %(time)s"
fix
#: ../ubuntu-support-status:148
msgid "You have %(num)s packages (%(percent).1f%%) supported until %(time)s"
msgstr "Ci sono %(num)s pacchetti (%(percent).1f%%) supportati fino a %(time)s"
I have already post a fix here
https://translations.launchpad.net/ubuntu/precise/+source/update-manager/+pots/update-manager/it/381/+translate
Best Regards
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1711434/+subscriptions
More information about the foundations-bugs
mailing list