Computer Janitor regression: UI strings not marked for translation
Bug #612493 reported by
David Planella
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Translations |
Fix Released
|
High
|
Unassigned | ||
computer-janitor |
New
|
Undecided
|
Unassigned | ||
computer-janitor (Ubuntu) |
Fix Released
|
Undecided
|
Barry Warsaw |
Bug Description
Binary package hint: computer-janitor
The strings in the .ui file are not translatable, and thus appear in English regardless of the locale.
This was fixed some time ago in this commit, but it seems there has been a regression and the [type: gettext/glade] identifier is gone:
Reverting that line on the POTFILES.in file should fix this bug.
Related branches
Changed in ubuntu-translations: | |
status: | New → Triaged |
importance: | Undecided → High |
summary: |
- Regression: UI strings not marked for translation + Computer Janitor regression: UI strings not marked for translation |
Changed in ubuntu-translations: | |
assignee: | nobody → Barry Warsaw (barry) |
assignee: | Barry Warsaw (barry) → nobody |
Changed in computer-janitor (Ubuntu): | |
assignee: | nobody → Barry Warsaw (barry) |
milestone: | none → ubuntu-10.10-beta |
status: | New → Confirmed |
Changed in computer-janitor (Ubuntu): | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
The Makefile now generates the POTFILES.in file, but it doesn't know about this special case. I will add that to the Makefile rule.