After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 536268 - UI translation is ignored
UI translation is ignored
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: User Interface
git master
Other All
: Normal major
: 1.4
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-02 15:25 UTC by 28872d13
Modified: 2008-09-15 19:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Set the right translation domain for glade files (694 bytes, patch)
2008-09-15 19:27 UTC, Bertrand Lorentz
committed Details | Review

Description 28872d13 2008-06-02 15:25:02 UTC
Please describe the problem:
Some of the banshee UI translation is ignored.

Steps to reproduce:
1. Set your LC_ALL env var to da_DK.UTF-8 or de_DE.UTF-8 (as these are two complete translations at the moment)
2. Open "Medie->Importér medie" / "Medien->Medien importieren" in the menu

Actual results:
A dialogue with English text appears.

Expected results:
The dialogue should display the appropiate strings in the translation

Does this happen every time?
You bet it does!

Other information:
It's not only in the dialogue mentioned but in some other places, too, e.g. in the new smart playlist dialogue the "Predefined Smart Playlists" string. I have reproduced this successfully on another computer (running the same distribution, ArchLinux, though).
Comment 1 Aaron Bockover 2008-06-02 20:51:34 UTC
Some translators have been tracking down strings like these recently, I think most are fixed/flagged for translation now.
Comment 2 28872d13 2008-06-02 21:07:30 UTC
Just updated SVN, and the problem is still there. The problem wasn't that they weren't flagged for translation to begin with, but rather that they are translated (it's in a glade file) and the English ones still appear in the UI. What makes it even more interesting is that when I switch to the da_DK locale, some strings still retain German... So I have a mix of German, English and Danish. But because this is so really really weird it might as well be a problem with my system configuration.
Comment 3 Gabriel Burt 2008-06-03 18:08:27 UTC
This was also seen by jordimas in #banshee on the Track Editor dialog.  Philipp says he's running the installed banshee (not make run).
Comment 4 Bertrand Lorentz 2008-09-15 19:27:44 UTC
Created attachment 118783 [details] [review]
Set the right translation domain for glade files

This patch fixes the issue by setting the proper translation domain when loading glade XML files.
Comment 5 Gabriel Burt 2008-09-15 19:32:31 UTC
Thanks Bertrand, please commit!
Comment 6 Bertrand Lorentz 2008-09-15 19:44:35 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.