GNOME Bugzilla – Bug 310857
POTFILES doesn't list some files containing translations
Last modified: 2005-07-21 21:32:19 UTC
$ intltool-update -m The following files contain translations and are currently not in use. Please consider adding these to the POTFILES.in file, located in the po/ directory. gui/gdmchooser-strings.c gui/gdmsession.c gui/gdmsetup-strings.c utils/gdm-dmx-reconnect-proxy.c
Created attachment 49399 [details] [review] fixes the issue List the 2 files with translations, the -strings.c are not useful since the .glade files are already used. Any reason to use this generation of strings to a .c files, that doesn't seem to be common?
It seems that one of the translators has updated POTFILES.{in,skip}. Is this worth being open because discussion about Glade generated *-strings.c files?
This seems to be fixed in CVS head. gdmsession.c and gdm-dmx-reconnect-proxy.c are now in POTFILES.in. I believe it's not necessary to include the *-strings.c files since the glade files are translated directly.
yeah, that's what I said, but is it useful to keep these files on the CVS?
I'm not sure. I notice that the *.gladep files reference them. Should these files be removed as well?
The .gladep files describe a glade project. they are not useful for a .glade to use with libglade, you should probably drop them from the CVS too
Fix in CVS head.