Skip to content

Commit

Permalink
corrected last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
polypunkt committed Oct 14, 2022
1 parent d795899 commit 9584092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@
<xsl:param name="suppress-foreign-lang" as="xs:boolean?" tunnel="yes"/>
<xsl:value-of select="if ($suppress-foreign-lang and not(xml2tex:lang-to-babel-lang(@xml:lang) = ('greek', 'arabic', 'hebrew', 'japanese', 'chinese', 'armenian'))) then () else concat('\foreignlanguage{', xml2tex:lang-to-babel-lang(@xml:lang), '}{')"/>
<xsl:next-match/>
<xsl:if test="$suppress-foreign-lang and not(xml2tex:lang-to-babel-lang(@xml:lang) = ('greek', 'arabic', 'hebrew', 'japanese', 'chinese', 'armenian'))"><xsl:text>}</xsl:text></xsl:if>
<xsl:value-of select="if ($suppress-foreign-lang and not(xml2tex:lang-to-babel-lang(@xml:lang) = ('greek', 'arabic', 'hebrew', 'japanese', 'chinese', 'armenian'))) then () else '}'"/>
</template>

<template context="dbk:para[@xml:lang][not(@xml:lang = $langs[1])]">
Expand Down

0 comments on commit 9584092

Please sign in to comment.