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

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package activity-log-manager - 0.9.2-0ubuntu3

---
activity-log-manager (0.9.2-0ubuntu3) precise; urgency=low

  * debian/patches/fix-i18n.patch:
- Add policy.in file to POTFILES.in,
- Makefile changes to make the policy file translatable
- Add type description to the ui file, to extract its messages correctly,
- Rename policy file to make it translatable, also remove gettext domain
  info.
  * Run dh_translations during build, also build-dep on it. (LP: #944362)
 -- Gabor Kelemen kelem...@gnome.hu   Fri, 02 Mar 2012 09:36:44 +0100

** Changed in: activity-log-manager (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  New
Status in Ubuntu Translations:
  Triaged
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

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


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

2012-03-02 Thread Gabor Kelemen
** Changed in: ubuntu-translations
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  New
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

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


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

2012-03-02 Thread मनीष सिन्हा
** Changed in: activity-log-manager
   Importance: Undecided = High

** Changed in: activity-log-manager
   Status: New = Confirmed

** Changed in: activity-log-manager
Milestone: None = 0.9.3

** Changed in: activity-log-manager
 Assignee: (unassigned) = Manish Sinha (मनीष सिन्हा) (manishsinha)

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  Confirmed
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

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


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

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:activity-log-manager

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  Confirmed
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

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


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

2012-03-02 Thread मनीष सिन्हा
** Changed in: activity-log-manager
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  Fix Committed
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

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


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

2012-03-01 Thread Gabor Kelemen
** Branch linked: lp:~kelemeng/activity-log-manager/bug944362

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  New
Status in Ubuntu Translations:
  Triaged
Status in “activity-log-manager” package in Ubuntu:
  New

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

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


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

2012-03-01 Thread Gabor Kelemen
The other branch does the leaving it to dh_translations to fill out.
part, among the other good thing dh_translations does, like generating a
template.

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  New
Status in Ubuntu Translations:
  Triaged
Status in “activity-log-manager” package in Ubuntu:
  New

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

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp