Disable %gentext-language% until DSSSL localization is completed.
Submitted by: Hiroki Sato <hrs@geocities.co.jp>
This commit is contained in:
parent
9310824b97
commit
0d38492b69
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6873
1 changed files with 5 additions and 2 deletions
|
@ -1,13 +1,16 @@
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD: doc/ja_JP.eucJP/share/sgml/freebsd.dsl,v 1.1 2000/03/23 09:00:13 nik Exp $ -->
|
||||||
|
|
||||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||||
<!ENTITY freebsd.dsl SYSTEM "../../../share/sgml/freebsd.dsl" CDATA DSSSL>
|
<!ENTITY freebsd.dsl SYSTEM "../../../share/sgml/freebsd.dsl" CDATA DSSSL>
|
||||||
|
<!ENTITY % lang.ja.dsssl "IGNORE">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<style-sheet>
|
<style-sheet>
|
||||||
<style-specification use="docbook">
|
<style-specification use="docbook">
|
||||||
<style-specification-body>
|
<style-specification-body>
|
||||||
(define %gentext-language% "ja")
|
<![ %lang.ja.dsssl; [
|
||||||
|
(define %gentext-language% "ja")
|
||||||
|
]]>
|
||||||
|
|
||||||
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; charset=EUC-JP"))))
|
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; charset=EUC-JP"))))
|
||||||
</style-specification-body>
|
</style-specification-body>
|
||||||
|
|
Loading…
Reference in a new issue