Loading ui/xsl/i18n.xsl +8 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,14 @@ </xsl:variable> <xsl:variable name="projectEntry"> <xsl:choose> <xsl:when test="doc-available(concat('../../editions/',$project,'/ui/i18n/i18n-',$locale,'.xml'))"> <xsl:value-of select="document(concat('../../editions/',$project,'/ui/i18n/i18n-',$locale,'.xml'))//entry[@key=$key]"/> </xsl:when> <xsl:otherwise> <xsl:text></xsl:text> </xsl:otherwise> </xsl:choose> </xsl:variable> <xsl:choose> Loading Loading
ui/xsl/i18n.xsl +8 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,14 @@ </xsl:variable> <xsl:variable name="projectEntry"> <xsl:choose> <xsl:when test="doc-available(concat('../../editions/',$project,'/ui/i18n/i18n-',$locale,'.xml'))"> <xsl:value-of select="document(concat('../../editions/',$project,'/ui/i18n/i18n-',$locale,'.xml'))//entry[@key=$key]"/> </xsl:when> <xsl:otherwise> <xsl:text></xsl:text> </xsl:otherwise> </xsl:choose> </xsl:variable> <xsl:choose> Loading