Comment 0 for bug 1311396

Revision history for this message
Brian Murray (brian-murray) wrote : broken croatian translation results in traceback in new release notification

The error bucket at https://errors.ubuntu.com/problem/50c8f7b892dd75b531ac7d68a07ec11541387013 contains the following traceback.

Traceback (most recent call last):
  File "/usr/lib/ubuntu-release-upgrader/check-new-release-gtk", line 113, in new_dist_available
    self.window_main.set_title(_("Ubuntu %(version)s Upgrade Available") % {'version': new_dist.version})
ValueError: incomplete format

This is due to a bad translation for the Croatian (hr) language.

https://translations.launchpad.net/ubuntu/saucy/+source/ubuntu-release-upgrader/+pots/ubuntu-release-upgrader/hr/+translate?batch=10&show=all&search=Upgrade+Available

"Dostupna nadogradnja Ubuntu %(version)"

Notice the missing s after version. This is causing check-new-release-gtk to fail to notify users of a new release.