← Back to team overview

ubuntu-translations-coordinators team mailing list archive

[Bug 944362] Re: i18n problems in activity-log-manager

 

** Changed in: activity-log-manager
       Status: Fix Committed => 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/944362

Title:
  i18n problems in activity-log-manager

Status in Privacy Manager for Zeitgeist:
  Fix Released
Status in Ubuntu Translations:
  Fix Released
Status in “activity-log-manager” package in Ubuntu:
  Fix Released

Bug description:
  Currently, the src/diagnostics/com.ubuntu.whoopsiepreferences.policy file cannot be localized, because of several reasons:
  - it contains a random gettext-domain name. This should be the same as the template name (activity-log-manager), and it is just better to not hardwire it into the file, but leaving it to dh_translations to fill out. It is also an Ubuntu-specific feature, not merged yet into upstream, see bug #619632
  - the translatble strings are not marked for translations
  - the file is not listed in POTFILES.in

  Also the src/diagnostics/whoopsie.ui file should have a [type:
  gettext/glade] tag for the strings to be extracted.

  Attached branch fixes these problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/944362/+subscriptions


References