summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2005-07-25 19:35:31 +0000
committerShaun McCance <shaunm@src.gnome.org>2005-07-25 19:35:31 +0000
commit626080a850443b62d7872a7ee99b94f4fe656863 (patch)
tree6de866dcee83df5ae4fb039eb52d3415f375717c
parent96c39393d03bca749aef675f56786a8563564b85 (diff)
downloadgnome-doc-utils-626080a850443b62d7872a7ee99b94f4fe656863.tar.gz
- Added imports for l10n.gettext
* xslt/docbook/common/db-label.xsl: * xslt/docbook/common/db-title.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html.xsl: - Added imports for l10n.gettext
-rw-r--r--ChangeLog8
-rw-r--r--xslt/docbook/common/db-label.xsl1
-rw-r--r--xslt/docbook/common/db-title.xsl1
-rw-r--r--xslt/docbook/common/db-xref.xsl1
-rw-r--r--xslt/docbook/html/db2html.xsl3
5 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a222c1..d1457d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-07-25 Shaun McCance <shaunm@gnome.org>
+ * xslt/docbook/common/db-label.xsl:
+ * xslt/docbook/common/db-title.xsl:
+ * xslt/docbook/common/db-xref.xsl:
+ * xslt/docbook/html/db2html.xsl:
+ - Added imports for l10n.gettext
+
+2005-07-25 Shaun McCance <shaunm@gnome.org>
+
* xslt/docbook/common/db-title.xsl:
- Fixed title/titleabbrev type, from Ross Burton, #311516
diff --git a/xslt/docbook/common/db-label.xsl b/xslt/docbook/common/db-label.xsl
index 587660a..9c80b46 100644
--- a/xslt/docbook/common/db-label.xsl
+++ b/xslt/docbook/common/db-label.xsl
@@ -21,6 +21,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
xmlns:msg="http://www.gnome.org/~shaunm/gnome-doc-utils/l10n"
exclude-result-prefixes="doc"
version="1.0">
+<xsl:import href="../../gettext/gettext.xsl"/>
<doc:title>Automatic Labels</doc:title>
diff --git a/xslt/docbook/common/db-title.xsl b/xslt/docbook/common/db-title.xsl
index 1fb689e..d7cee07 100644
--- a/xslt/docbook/common/db-title.xsl
+++ b/xslt/docbook/common/db-title.xsl
@@ -21,6 +21,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
xmlns:msg="http://www.gnome.org/~shaunm/gnome-doc-utils/l10n"
exclude-result-prefixes="doc"
version="1.0">
+<xsl:import href="../../gettext/gettext.xsl"/>
<doc:title>Common Utilities for Titles</doc:title>
diff --git a/xslt/docbook/common/db-xref.xsl b/xslt/docbook/common/db-xref.xsl
index 88f1dd7..3d85d4c 100644
--- a/xslt/docbook/common/db-xref.xsl
+++ b/xslt/docbook/common/db-xref.xsl
@@ -20,6 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
xmlns:doc="http://www.gnome.org/~shaunm/xsldoc"
exclude-result-prefixes="doc"
version="1.0">
+<xsl:import href="../../gettext/gettext.xsl"/>
<doc:title>Common Cross Reference Utilities</doc:title>
diff --git a/xslt/docbook/html/db2html.xsl b/xslt/docbook/html/db2html.xsl
index 041249a..a5da6ab 100644
--- a/xslt/docbook/html/db2html.xsl
+++ b/xslt/docbook/html/db2html.xsl
@@ -22,14 +22,13 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
xmlns="http://www.w3.org/1999/xhtml"
exclude-result-prefixes="doc"
version="1.0">
+<xsl:import href="../../gettext/gettext.xsl"/>
<doc:title>DocBook to HTML conversion</doc:title>
<!-- Setting parameters for included stylesheets -->
<xsl:param name="db.chunk.extension" select="'.xhtml'" doc:private="true"/>
-<xsl:include href="../../gettext/gettext.xsl"/>
-
<xsl:include href="../common/db-chunk.xsl" doc:summary="true"/>
<xsl:include href="../common/db-common.xsl" doc:summary="true"/>
<xsl:include href="../common/db-label.xsl" doc:summary="true"/>