Skip to content

Commit

Permalink
Switch to grade 1 for swiss german
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Jan 30, 2024
1 parent 422abe2 commit a885820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xsl/dtbook2sbsform.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@
<xsl:when test="lang('de')">
<xsl:value-of select="$contraction"/>
</xsl:when>
<!-- switch to grade 1 for swiss german -->
<xsl:when test="lang('gsw')">
<xsl:value-of select="'1'"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="'0'"/>
</xsl:otherwise>
Expand Down

0 comments on commit a885820

Please sign in to comment.