Strings from indicator-datetime do not appear translated
Bug #845473 reported by
Gabor Kelemen
on 2011-09-09
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Indicator Date and Time |
Fix Released
|
Undecided
|
Unassigned | |
| Ubuntu Translations |
Medium
|
Unassigned | ||
| indicator-datetime (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Several strings in the Date and Time Control Center panel do not appear translated, despite they are present in the .mo file.
Related branches
lp:~kelemeng/indicator-datetime/bug845473
- Indicator Applet Developers: Pending requested 2011-09-09
-
Diff: 20 lines (+1/-2)1 file modifiedsrc/datetime-prefs.c (+1/-2)
lp:~indicator-applet-developers/indicator-datetime/ubuntu
- Ken VanDine: Pending requested 2011-10-13
-
Diff: 301 lines (+59/-27) (has conflicts)8 files modifiedChangeLog (+32/-0)
configure (+10/-19)
configure.ac (+1/-2)
data/datetime-dialog.ui (+0/-1)
debian/changelog (+14/-0)
debian/control (+0/-2)
src/datetime-prefs.c (+0/-1)
src/datetime-service.c (+2/-2)
Gabor Kelemen (kelemeng) wrote : | #1 |
Gabor Kelemen (kelemeng) wrote : | #2 |
Changed in ubuntu-translations: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Javier Jardón (jjardon)
on 2011-09-15
Changed in indicator-datetime: | |
status: | New → In Progress |
Ted Gould (ted)
on 2011-09-15
Changed in indicator-datetime: | |
status: | In Progress → Fix Committed |
milestone: | none → 0.2.94 |
Ted Gould (ted)
on 2011-09-15
Changed in indicator-datetime: | |
status: | Fix Committed → Fix Released |
Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package indicator-datetime - 0.2.95-0ubuntu1
---------------
indicator-datetime (0.2.95-0ubuntu1) oneiric; urgency=low
[ Ted Gould ]
* New upstream release.
* Set default timezone on events without (LP: #837359)
* Update docs to specify correct custom formats (LP: #775113)
* Remove add event when using greeter (LP: #836521)
* Fix gettext domain for builder files (LP: #845473)
* Update date correctly when opening menu (LP: #793450)
[ Didier Roche ]
* debian/control:
- bump the libglib build-dep
-- Ted Gould <email address hidden> Thu, 15 Sep 2011 10:45:57 -0500
Changed in indicator-datetime (Ubuntu): | |
status: | New → Fix Released |
Gabor Kelemen (kelemeng)
on 2011-09-16
Changed in ubuntu-translations: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
You need to call gtk_builder_ set_translation _domain before gtk_builder_ add_from_ file, not after.