docs/faq/developing.xml: Add a question about how to submit new translations.
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 21 Nov 2007 00:24:04 +0000 (00:24 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 21 Nov 2007 00:24:04 +0000 (00:24 +0000)
Original commit message from CVS:
* docs/faq/developing.xml:
Add a question about how to submit new translations.
* docs/random/release:
Update the contact email address for the Translation Project
* plugins/elements/gstfdsrc.c:
The parent_class for fdsrc is pushsrc, not GstElement.

ChangeLog
docs/faq/developing.xml
docs/random/release
plugins/elements/gstfdsrc.c

index ff30a01..9666368 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-11-21  Jan Schmidt  <jan.schmidt@sun.com>
+
+       * docs/faq/developing.xml:
+       Add a question about how to submit new translations.
+
+       * docs/random/release:
+       Update the contact email address for the Translation Project
+
+       * plugins/elements/gstfdsrc.c:
+       The parent_class for fdsrc is pushsrc, not GstElement.
+
 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
 
        * gst/gstpreset.c:
index cef5d60..1900770 100644 (file)
@@ -202,5 +202,14 @@ sent to the mailing list.
         </para>
       </answer>
     </qandaentry>
+    <qandaentry>
+    <question id="developing-translations">
+    <para>I have translated one of the module .po files into a new language. How do I get it into CVS?</para>
+    </question>
+    <answer>
+    <para>GStreamer translations are uniformly managed through the Translation Project (http://translationproject.org). There are some instructions on how to join the Translation Project team and submit new translations at http://translationproject.org/html/translators.html.</para>
+    <para>New translations submitted via the Translation Project are merged periodically into CVS by the maintainers by running 'make download-po' in the various modules.</para>
+    </answer>
+    </qandaentry>
   </qandaset>
 </sect1>
index 3776f3f..4cd94ab 100644 (file)
@@ -53,7 +53,7 @@ RELEASE PROCEDURE:
     - Run bin/data-put in www/ to sync the new tarballs to the website
     - Announce the availability of the new tarballs
     - Tell the translation project by sending an email to 
-      translation@iro.umontreal.ca, eg:
+      coordinator@translationproject.org, eg:
         Subject: gst-plugins-bad-0.10.5.2.pot available
         Tarball is at http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.5.2.tar.bz2 
       FIXME: Not sure if the translation project bot parses version strings 
index 2c595a1..d986eb1 100644 (file)
@@ -101,7 +101,7 @@ _do_init (GType fd_src_type)
   GST_DEBUG_CATEGORY_INIT (gst_fd_src_debug, "fdsrc", 0, "fdsrc element");
 }
 
-GST_BOILERPLATE_FULL (GstFdSrc, gst_fd_src, GstElement, GST_TYPE_PUSH_SRC,
+GST_BOILERPLATE_FULL (GstFdSrc, gst_fd_src, GstPushSrc, GST_TYPE_PUSH_SRC,
     _do_init);
 
 static void gst_fd_src_set_property (GObject * object, guint prop_id,