GNOME Bugzilla – Bug 145089
intltool-update cannot get the gettext name in gstreamer.
Last modified: 2004-12-22 21:47:04 UTC
intltool-update cannot get the GETTEXT_PACKAGE name correctly. To reproduce: 1. Extract gstreamer-0.8.1.tar.bz2 and enter po directory. 2. Invoke intltool-update --pot. Then gstreamer-..pot is created. i.e. $GST_MAJORMINOR is not expaned correctly. I attached the patch.
Created attachment 29067 [details] [review] patch for configure.in I attached the patch for configure.in.
GStreamer doesn't use intltool or glib-gettextize. Why are you running intltool-update on it at all ?
This is needed for GNOME translations. When we update .po files, we pull potfile only from build env and update each .po files. % intltool-merge ja.po potfile This means translators need not build env but just need potfiles. Then we need to get the correct potfile so we use intltool-update -p in po dir for all GNOME modules.
GStreamer is translated by the translation project, not GNOME, by request of GNOME's translators. So you don't need intltool. If you are interested in helping out with translations of GStreamer, please join the translation project.
Yes, you are right. But I wrote the process about my project teams. :) Sun GNOME translation teams use the intltool for all GNOME components.