ubuntu-translations-coordinators team mailing list archive
-
ubuntu-translations-coordinators team
-
Mailing list archive
-
Message #07340
[Bug 1319257] Re: Additional drivers tab crashes if locale is sv and recommended driver available
David Planella wrote:
> The original string is correctly marked for translation. The reason
> all arguments are marked for translation is so that languages that
> need to do so rearrange these arguments in a way that is readable for
> users.
Well, if that's the reason for gettexting it all, I think that line 1276
in SoftwarePropertiesGtk.py ought to be:
base_string = _("%s (%s, tested)") % ("{base_description}", "{licence}")
which would result in
msgid "%s (%s, tested)"
That way the risk for mistakes as the one described in this bug report
would be eliminated, but the translators would still be able to reorder
the arguments.
** Changed in: ubuntu-translations
Importance: Critical => High
** Changed in: ubuntu-translations
Status: Triaged => Fix Committed
** Changed in: software-properties (Ubuntu)
Importance: Critical => High
** Changed in: software-properties (Ubuntu)
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Translations Coordinators, which is subscribed to Ubuntu Translations.
Matching subscriptions: Ubuntu Translations bug mail
https://bugs.launchpad.net/bugs/1319257
Title:
Additional drivers tab crashes if locale is sv and recommended driver
available
Status in Ubuntu Translations:
Fix Committed
Status in “software-properties” package in Ubuntu:
Triaged
Bug description:
Additional drivers tab crashes on swedish locale if there are
"recommended" drivers available. This is because the keyword/property
"licence" mistakenly has been translated to "license" (note the "s").
See bug #1268134 for further info
Source: language-pack-sv-base/data/sv/LC_MESSAGES/software-
properties.po
.
.
#: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:1276
#, python-brace-format
msgid "{base_description} ({licence}, tested)"
msgstr "{base_description} ({license}, testad)"
.
.
.
This error has already been corrected in the translation on launchpad,
but when can we expect it to be pushed out?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1319257/+subscriptions
References