ubuntu-translations-coordinators team mailing list archive
-
ubuntu-translations-coordinators team
-
Mailing list archive
-
Message #04102
[Bug 945245] Re: add-apt-repository i18n problems
This bug was fixed in the package software-properties - 0.83
---------------
software-properties (0.83) quantal; urgency=low
[ Robert Roth ]
* lp:~evfool/software-properties/lp599803:
- Added support for case-insensitive typeahead searching activated
with Ctrl+F (by default) in the Other Software tab (custom sources).
LP: #599803
* lp:~evfool/software-properties/lp709079:
- Refactored SimpleGtkBuilder __init__ method to use the setup_ui
method containing exactly the same code (removes some duplicated code)
and replaced print to stderr with debug logging message,
fixing bug LP: #709079.
[ Michael Vogt ]
* lp:~mvo/software-properties/fix-policykit-prompt-on-startup:
- This fixes a policykit prompt on startup if the default
policy is set to something other than "daily" for Check for
updates LP: #1012035
[ Gabor Kelemen ]
* lp:~kelemeng/software-properties/bug945245:
- I18n fixes for bug LP: #945245.
-- Michael Vogt <michael.vogt@xxxxxxxxxx> Tue, 12 Jun 2012 11:57:18 +0200
** Branch linked: lp:software-properties
** Changed in: software-properties (Ubuntu)
Status: Confirmed => Fix Released
--
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/945245
Title:
add-apt-repository i18n problems
Status in Ubuntu Translations:
Triaged
Status in “software-properties” package in Ubuntu:
Fix Released
Bug description:
There are some small i18n problems in add-apt-repository:
- some parentheses are misplaced around translatable strings
- strings with multiple %s's are not using named arguments, so they are not reorderable. To properly translate, I'd like to reorder them.
- there is no textdomain set, so gettext doesn't know where to look for the strings
- strings in the output of --help are not marked for translation. They also need to workaround optparser's lack of utf8 awareness.
- the big usage help text should be broken up into smaller pieces to make its translation easier to maintain.
I'll attach a branch for most of these, but I couldn't figure out how
to solve everything of the above, so it's still going to need some
work.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/945245/+subscriptions
References