summaryrefslogtreecommitdiffstats
path: root/docs/manual/style/manual.ja.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/style/manual.ja.xsl')
-rw-r--r--docs/manual/style/manual.ja.xsl13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/manual/style/manual.ja.xsl b/docs/manual/style/manual.ja.xsl
new file mode 100644
index 0000000000..4aba62275c
--- /dev/null
+++ b/docs/manual/style/manual.ja.xsl
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:output method="html" encoding="ISO-2202-JP" indent="no"/>
+
+<!-- Read the localized messages from the specified language file -->
+<xsl:variable name="messages" select="document('ja.xml')/messages"/>
+
+<!-- Now get the real guts of the stylesheet -->
+<xsl:include href="common.xsl"/>
+
+</xsl:stylesheet> \ No newline at end of file