This patch updates documentation with GtkBuilder support.

One question about this patch, should help strings be modified in this
patch or this is fine at the first one?

Happy Hacking! :)
Miguel
>From 0e7a4e9eb71c11c2ccffbfd73e26ddebc953cd1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= <[email protected]>
Date: Wed, 20 Mar 2013 20:50:12 +0100
Subject: [PATCH 4/4] xgettext: Document GtkBuilder UI files extraction
 support.

---
 gettext-tools/doc/ChangeLog     |    8 ++++++++
 gettext-tools/doc/xgettext.texi |    9 +++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog
index c39b2a0..339f41c 100644
--- a/gettext-tools/doc/ChangeLog
+++ b/gettext-tools/doc/ChangeLog
@@ -1,3 +1,11 @@
+2013-03-20  Miguel Angel Arruga Vivas  <[email protected]>
+
+	* xgettext.texi (Choice of input file language): Add GtkBuilder
+	language.
+	(Input file interpretation): Add GtkBuilder language.
+	(Language specific options): Add GtkBuilder language in
+	--extract-all option.
+
 2013-03-12  Andreas Stricker  <[email protected]>  (tiny change)
 
 	* msgfmt.texi (PO Format): A note about the header entry
diff --git a/gettext-tools/doc/xgettext.texi b/gettext-tools/doc/xgettext.texi
index 4c59f4c..99e80e2 100644
--- a/gettext-tools/doc/xgettext.texi
+++ b/gettext-tools/doc/xgettext.texi
@@ -73,7 +73,7 @@ are @code{C}, @code{C++}, @code{ObjectiveC}, @code{PO}, @code{Shell},
 @code{Python}, @code{Lisp}, @code{EmacsLisp}, @code{librep}, @code{Scheme},
 @code{Smalltalk}, @code{Java}, @code{JavaProperties}, @code{C#}, @code{awk},
 @code{YCP}, @code{Tcl}, @code{Perl}, @code{PHP}, @code{GCC-source},
-@code{NXStringTable}, @code{RST}, @code{Glade}.
+@code{NXStringTable}, @code{RST}, @code{Glade}, @code{GtkBuilder}.
 
 @item -C
 @itemx --c++
@@ -93,8 +93,9 @@ extension.
 @opindex --from-code@r{, @code{xgettext} option}
 Specifies the encoding of the input files.  This option is needed only
 if some untranslated message strings or their corresponding comments
-contain non-ASCII characters.  Note that Tcl and Glade input files are
-always assumed to be in UTF-8, regardless of this option.
+contain non-ASCII characters.  Note that Tcl, Glade and GtkBuilder
+input files are always assumed to be in UTF-8, regardless of this
+option.
 
 @end table
 
@@ -137,7 +138,7 @@ Extract all strings.
 
 This option has an effect with most languages, namely C, C++, ObjectiveC,
 Shell, Python, Lisp, EmacsLisp, librep, Java, C#, awk, Tcl, Perl, PHP,
-GCC-source, Glade.
+GCC-source, Glade, GtkBuilder.
 
 @item -k[@var{keywordspec}]
 @itemx --keyword[=@var{keywordspec}]
-- 
1.7.10.4

Reply via email to