[Libreoffice-commits] help.git: help3xsl/localized.xsl

Olivier Hallot olivier.hallot at libreoffice.org
Tue Sep 19 13:15:01 UTC 2017


 help3xsl/localized.xsl |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 994536d0140bbe439dfedf9ee551aa665f8b87dc
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Fri Sep 15 15:34:15 2017 -0300

    Add more lang in helponline custom search
    
    add zh-*, ru, tr, de, da, cs
    
    Change-Id: Ib1853d13de6321e300b24820dd01efddb1205ff2
    Reviewed-on: https://gerrit.libreoffice.org/42340
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3xsl/localized.xsl b/help3xsl/localized.xsl
index 999ca2d3e..502ca3e3a 100644
--- a/help3xsl/localized.xsl
+++ b/help3xsl/localized.xsl
@@ -160,12 +160,19 @@ Stylesheet map language-dependent parameters and translation
     <xsl:param name="lang"/>
     <xsl:choose>
         <xsl:when test="$lang='en-US'"><xsl:text>var cx = '010161382024564278136:stzujqtpnve';</xsl:text></xsl:when>
+        <xsl:when test="$lang='cs'"><xsl:text>var cx = '010161382024564278136:ruz0pcebqyi';</xsl:text></xsl:when>
+        <xsl:when test="$lang='da'"><xsl:text>var cx = '010161382024564278136:icywq-zn8hi';</xsl:text></xsl:when>
+        <xsl:when test="$lang='de'"><xsl:text>var cx = '010161382024564278136:5xb_5bltsto';</xsl:text></xsl:when>
         <xsl:when test="$lang='es'"><xsl:text>var cx = '010161382024564278136:cdcn_oz4txg';</xsl:text></xsl:when>
         <xsl:when test="$lang='fr'"><xsl:text>var cx = '010161382024564278136:mimp7dbi-eq';</xsl:text></xsl:when>
         <xsl:when test="$lang='it'"><xsl:text>var cx = '010161382024564278136:xdxa9y906g0';</xsl:text></xsl:when>
         <xsl:when test="$lang='ja'"><xsl:text>var cx = '010161382024564278136:7wxg-zakzmu';</xsl:text></xsl:when>
         <xsl:when test="$lang='pt'"><xsl:text>var cx = '010161382024564278136:1x2uk8j-rbw';</xsl:text></xsl:when>
         <xsl:when test="$lang='pt-BR'"><xsl:text>var cx = '010161382024564278136:1x2uk8j-rbw';</xsl:text></xsl:when>
+        <xsl:when test="$lang='ru'"><xsl:text>var cx = '010161382024564278136:syzgysikzms';</xsl:text></xsl:when>
+        <xsl:when test="$lang='tr'"><xsl:text>var cx = '010161382024564278136:gzcz3ueyhkw';</xsl:text></xsl:when>
+        <xsl:when test="$lang='zh-CN'"><xsl:text>var cx = '010161382024564278136:vkf9curztm8';</xsl:text></xsl:when>
+        <xsl:when test="$lang='zh-TW'"><xsl:text>var cx = '010161382024564278136:_goysgr6ptm';</xsl:text></xsl:when>
         <xsl:otherwise><xsl:text>var cx = '010161382024564278136:stzujqtpnve';</xsl:text></xsl:otherwise>
 </xsl:choose>
 </xsl:template>


More information about the Libreoffice-commits mailing list