summaryrefslogtreecommitdiff
path: root/xslt/mallard/html/mal2html.xsl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2009-07-25 21:59:00 -0500
committerShaun McCance <shaunm@gnome.org>2009-07-25 21:59:00 -0500
commit28eb3045816b0e2696c0ff3ee08a7e8930d8f365 (patch)
tree15fd4f2d053105356f151be71430e777bfbefdfa /xslt/mallard/html/mal2html.xsl
parent05468431689aa96da595ac6457c549624359433b (diff)
downloadyelp-tools-28eb3045816b0e2696c0ff3ee08a7e8930d8f365.tar.gz
[mal2html] Initial i18n work on Mallard stylesheets, much help from Milo
Diffstat (limited to 'xslt/mallard/html/mal2html.xsl')
-rw-r--r--xslt/mallard/html/mal2html.xsl9
1 files changed, 0 insertions, 9 deletions
diff --git a/xslt/mallard/html/mal2html.xsl b/xslt/mallard/html/mal2html.xsl
index 5ef6ce8..41d8b09 100644
--- a/xslt/mallard/html/mal2html.xsl
+++ b/xslt/mallard/html/mal2html.xsl
@@ -70,13 +70,4 @@ REMARK: Describe this module
<xsl:apply-templates/>
</xsl:template>
-<!-- FIXME -->
-<xsl:template name="l10n.gettext">
- <xsl:param name="msgid" select="'email.tooltip'"/>
- <xsl:value-of select="$msgid"/>
-</xsl:template>
-<xsl:template name="l10n.direction">
- <xsl:text>ltr</xsl:text>
-</xsl:template>
-
</xsl:stylesheet>