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 317925 - Translations from goffice don't appear in Gnumeric
Translations from goffice don't appear in Gnumeric
Status: RESOLVED FIXED
Product: libgoffice
Classification: Other
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-10-04 13:36 UTC by Luca Ferretti
Modified: 2005-10-06 15:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (63.06 KB, patch)
2005-10-05 09:45 UTC, Jean Bréfort
none Details | Review

Description Luca Ferretti 2005-10-04 13:36:33 UTC
Please describe the problem:
I'm updating the Italian translation of gnumeric and goffice. It seems that
messages and strings coming from goffice package don't appear translated in
gnumeric UI.

I.e. the Graph Guru don't fetch relevant messages, but it's showed in C locale.



Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Jean Bréfort 2005-10-05 07:55:33 UTC
Confirmed. libgoffice_init use "libgoffice" instead of GETTEXT_PACKAGE (==
"goffice").
But it seems that this is not enough to fix that bug.
Comment 2 Jean Bréfort 2005-10-05 08:31:58 UTC
Changes needed to fix:
- include gi18n-lib.h instead of gi18n.h
- call go_libglade_new with GETTEXT_PACKAGE as domain, not NULL
Trying to fix that in the afternoon
Comment 3 Jean Bréfort 2005-10-05 09:45:54 UTC
Created attachment 53047 [details] [review]
proposed patch
Comment 4 Jean Bréfort 2005-10-05 09:51:49 UTC
Patch commited.