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 55635 - gdm2 / use xml-i18n-tools for glade files
gdm2 / use xml-i18n-tools for glade files
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2001-06-02 20:22 UTC by ke
Modified: 2005-05-17 02:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove *-strings.c files and references to them (2.28 KB, patch)
2005-02-11 11:49 UTC, Danilo Segan
none Details | Review

Description ke 2001-06-02 20:23:40 UTC
Package: gdm
Severity: enhancement
Version: 2.2.2.1
Synopsis: gdm2 / use xml-i18n-tools for glade files
Bugzilla-Product: gdm
Bugzilla-Component: general

Description:
Hello,

usage of  xml-i18n-tools is incomplete.  Please, use it for glade files, too.




------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-06-02 16:23 -------

The original reporter (ke@gnu.franken.de) of this bug does not have an account here.
Reassigning to the exporter, unknown@bugzilla.gnome.org.
Reassigning to the default owner of the component, jirka@5z.com.

Comment 1 George Lebl 2001-06-03 02:01:55 UTC
Hmmm, I saw glade support in xml-i18n-tools but I'm not sure how this
is supposed to work.  I mean glade already saves strings and they are
already in .po files, am I missing something here?
Comment 2 Karl Eichwalder 2001-06-03 03:24:51 UTC
I was too terse.  Yes, it works as is, but with xml-i18n-tools you can
drop the intermediate *-strings.c files; the REAMDE coming with
xml-i18n-tools says:

 o Add the .xml and .glade files you want translated to POTFILES.in
Comment 3 Trevor Curtis 2001-12-08 02:05:09 UTC
Has there been any further work on this?
Comment 4 Brian Cameron 2005-02-08 21:27:43 UTC
No work has been done on this.  And I believe the xml-i18-tools is now called
intltool.
Comment 5 Christian Rose 2005-02-10 23:03:53 UTC
Kenneth, Danilo, comments?
Comment 6 Danilo Segan 2005-02-11 11:46:07 UTC
All you need to do is to remove *-strings.c files from gui/Makefile.am (it also
has duplicate references to .glade files), and remove references to *-strings.c
files in po/POTFILES.in.

Basically, this has been resolved a long time ago (it uses intltool to extract
strings), so you just need to clean up dangling references.
Comment 7 Danilo Segan 2005-02-11 11:49:46 UTC
Created attachment 37334 [details] [review]
Remove *-strings.c files and references to them

(note to comitter [me :]: don't forget to "cvs rm" these files)
I've tested this patch, and it builds.	I haven't tested "make dist" yet, but I
suspect there won't be any problems.

I remove references to *.glade files in EXTRA_DIST because there's already
$Glade_data.
Comment 8 Brian Cameron 2005-05-17 02:42:20 UTC
Fixed in CVS head.  Sorry it took me so long, I didn't notice the patch had been
added to this bug.