Bug 155659
Summary: | messages of gnome-desktop-item-edit are not translated. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | sangu <sangu.fedora> | ||||||
Component: | gnome-desktop | Assignee: | Ray Strode [halfline] <rstrode> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | rawhide | ||||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | gnome-desktop-2.10.0-4 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2005-05-23 19:15:44 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 136451 | ||||||||
Attachments: |
|
Description
sangu
2005-04-22 11:56:52 UTC
Created attachment 113522 [details]
gnome-desktop-item-edit
When making executable icon on panel, gnome-desktop-item-edit has only english messages in locale ko_KR.UTF-8. please update to 2.10.1. Hi, Given how late it is in the FC4 development cycle, we probably won't be able to update to 2.10.1. We might be able to just add the updated translations however. (In reply to comment #3) > Hi, > > Given how late it is in the FC4 development cycle, we probably won't be able to > update to 2.10.1. We might be able to just add the updated translations however. This bug isn't problem of translations.This problem is gnome-desktop bug. Please update to this patch for cjk users. http://bugzilla.gnome.org/attachment.cgi?id=39173&action=view --- gnome-desktop/libgnome-desktop/gnome-ditem-edit.c~ 2005-03-24 11:11:00.804883832 +0900 +++ gnome-desktop/libgnome-desktop/gnome-ditem-edit.c 2005-03-24 11:11:03.240513560 +0900 @@ -124,6 +124,10 @@ object_class = (GtkObjectClass*) klass; gobject_class = (GObjectClass*) klass; + bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + textdomain (GETTEXT_PACKAGE); + ditem_edit_signals[CHANGED] = g_signal_new ("changed", G_TYPE_FROM_CLASS (object_class), This should be fixed in tomorrow's rawhide. Created attachment 114064 [details]
Strange translation messages on panel
Thank you.
But in gnome-desktop-2.10.0-2
After executing "Laucher Properties" on panel, "Panel Properties", "panel
about", "Add to Panel" have only english messages in ko_KR.UTF-8.
Ah I see. The patch is bogus. I should have looked more carefully. This is a gnome-panel bug. * init i18n before using it : http://bugzilla.gnome.org/show_bug.cgi?id=302454 * Patch : http://bugzilla.gnome.org/attachment.cgi?id=45833&action=view After appling gnome patch 45833, bug 155659, comment 6 is fixed. Hi, should be fixed in rawhide. rawhide and fedora devel cvs ( http://cvs.fedora.redhat.com/viewcvs/devel/gnome-desktop/ ) is still gnome-desktop-2.10.0-3. This bug isn't fixed. Sorry! No testing. Reopen Bug. After installing gnome-desktop-2.10.0-4. attachment 113522 [details] still happens. This bug isn't fixed in gnome-desktop-2.10.0-4. After apppling this patch ( gnomebug 302454 patch - http://bugzilla.gnome.org/attachment.cgi?id=46340&action=view ) on gnome-deskto-2.10.1, this attachment 113522 [details] disapears. Wow, I really screwed this bug up. I'll take care of it--hopefully before the devel freeze today. Should be fixed in tomorrow's update. |