mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
docs/faq/developing.xml: Add a question about how to submit new translations.
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.
This commit is contained in:
parent
63472aba50
commit
c6fdd66fa5
4 changed files with 22 additions and 2 deletions
11
ChangeLog
11
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:
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue