diff options
Diffstat (limited to 'help3xsl/localized.xsl')
-rw-r--r-- | help3xsl/localized.xsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/help3xsl/localized.xsl b/help3xsl/localized.xsl index a52474b1bf..9549eb9f1a 100644 --- a/help3xsl/localized.xsl +++ b/help3xsl/localized.xsl @@ -290,5 +290,13 @@ Stylesheet map language-dependent parameters and translation </xsl:choose> </xsl:template> +<xsl:template name="getTooltip"> + <xsl:param name="lang"/> + <xsl:choose> + <xsl:when test="$lang='fi'"><xsl:attribute name="data-tooltip">Klikkaa kopioidaksesi leikepöydälle</xsl:attribute></xsl:when> + <xsl:otherwise><xsl:attribute name="data-tooltip">Click on text to copy to clipboard</xsl:attribute></xsl:otherwise> +</xsl:choose> +</xsl:template> + </xsl:stylesheet> |