ubuntu-translations-coordinators team mailing list archive
-
ubuntu-translations-coordinators team
-
Mailing list archive
-
Message #07275
[Bug 1319257] Re: Additional drivers tab crashes if locale is sv and recommended driver available
Well, my point is that '{licence}' - as it is inside braces, is the name
of a text string used to carry either "open source" or "proprietary"
depending on the conditions met, while 'tested' is a text that can be
translated. But things like this may not be obvious to the translator if
he/she don't recognize python syntax, leaving room for errors like this.
So there should be a note to translators about this. But even better
would be to change the source code to something like this:
SoftwarePropertiesGtk.py, line1276
base_string = "{base_description} ({licence}, " + _("tested)")
This way the translator would only have to translate "tested)"
But what i really don't get is line 1278
base_string = _("{base_description} ({licence})")
There is nothing that may be translated on that line so it should really
be:
base_string = "{base_description} ({licence})"
--
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:
New
Status in “software-properties” package in Ubuntu:
New
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