HomeFreeBSD

Add a generic l10n template for formatting date string and

Description

Add a generic l10n template for formatting date string and
clean up the previous hack. Now we can redefine the following
parameters in the localized includes.xsl:

<xsl:param name="param-l10n-date-format-YMD" select="'%D %M, %Y'" />
<xsl:param name="param-l10n-date-format-YM" select="'%M %Y'" />
<xsl:param name="param-l10n-date-format-MD" select="'%D %M'" />

Details

Provenance
hrsAuthored on Dec 31 2004, 7:24 AM
Parents
R9:f8fb55fa4717: Ensure the $word (lookup key) is a string, not a node-list or so on.
Branches
Unknown
Tags
Unknown