diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2018-01-04 22:45:57 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-07 17:51:08 +0200 |
commit | 4ed07e55b098ab46ea2e370e470e03d14c3f4a9d (patch) | |
tree | b753c25107434939e0bf7a4e37f38e7dd6d00952 /help3xsl/localized.xsl | |
parent | 6b4714fc758c34f7862992b0038808dcd79e421a (diff) |
Switched to a sidebar layout. Art direction by Andreas Kainz
Markup and JS got simpler, layout got more robust.
Change-Id: Ia74489038e7d11b632ea2b6ca6efe0d90dfe5181
Reviewed-on: https://gerrit.libreoffice.org/47441
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/localized.xsl')
-rw-r--r-- | help3xsl/localized.xsl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/help3xsl/localized.xsl b/help3xsl/localized.xsl index 584d4bec4d..094da06172 100644 --- a/help3xsl/localized.xsl +++ b/help3xsl/localized.xsl @@ -94,6 +94,16 @@ Stylesheet map language-dependent parameters and translation </xsl:choose> </xsl:template> +<xsl:template name="getModules"> + <xsl:param name="lang"/> + <xsl:choose> + <xsl:when test="$lang='en-US'"><xsl:text>Module</xsl:text></xsl:when> + <xsl:when test="$lang='en-GB'"><xsl:text>Module</xsl:text></xsl:when> + <xsl:when test="$lang='en-ZA'"><xsl:text>Module</xsl:text></xsl:when> + <xsl:otherwise><xsl:text>Module</xsl:text></xsl:otherwise> +</xsl:choose> +</xsl:template> + <xsl:template name="getLanguage"> <xsl:param name="lang"/> <xsl:choose> |