GNOME Bugzilla – Bug 317925
Translations from goffice don't appear in Gnumeric
Last modified: 2005-10-06 15:45:28 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:
Confirmed. libgoffice_init use "libgoffice" instead of GETTEXT_PACKAGE (== "goffice"). But it seems that this is not enough to fix that bug.
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
Created attachment 53047 [details] [review] proposed patch
Patch commited.