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 450879 - Missing files in po/POTFILES.in
Missing files in po/POTFILES.in
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other All
: Normal minor
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-25 11:50 UTC by Daniel Nylander
Modified: 2007-06-25 12:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Nylander 2007-06-25 11:50:49 UTC
Please describe the problem:
While updating the Swedish translation for GStreamer I noticed that there are
several missing files in po/POTFILES.in.

Steps to reproduce:
Reproduce by running intltool-update -m under po/

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.

ext/dvdnav/dvdnavsrc.c

If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Tim-Philipp Müller 2007-06-25 12:25:53 UTC
Thanks, fixed in CVS:

 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>

       * po/POTFILES.in:
         Make sure dvdnav strings get translated too (no reason not to have
         them in the .po file, even if the plugin is disabled for now).
         Fixes #450879.