1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

doc: Further speed improvements for HTML XSLT build

This commit is contained in:
Peter Eisentraut
2016-12-22 12:00:00 -05:00
parent cd1b215692
commit 909cb78a8c
2 changed files with 56 additions and 0 deletions

View File

@@ -91,4 +91,10 @@
</xsl:choose>
</xsl:template>
<!-- from common/l10n.xsl -->
<!-- Just hardcode the language for the whole document, to make it faster. -->
<xsl:template name="l10n.language">en</xsl:template>
</xsl:stylesheet>