Correct systemIdStartString and uriStartString for zh_TW translation.
Without this change all localization specific XSLs would not be loaded properly, and that would prevent PDF generation from working.
This commit is contained in:
parent
c59c3e5090
commit
de3520f50a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46580
1 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
|
||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||
<rewriteSystem systemIdStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||
<rewriteSystem systemIdStartString="http://www.FreeBSD.org/XML/lang/"
|
||||
rewritePrefix="../../"/>
|
||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/lang/"
|
||||
rewritePrefix="../../"/>
|
||||
|
||||
<system
|
||||
|
@ -25,7 +25,6 @@
|
|||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||
uri="release.l10n.ent" />
|
||||
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES HTML FreeBSD Navigation Bar L10N Entities//EN"
|
||||
uri="navibar.l10n.ent" />
|
||||
|
|
Loading…
Reference in a new issue