Skip to content

Commit

Permalink
fix [code-switching 150b2bd] add langUsage to teiCorpus files #52
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed Nov 7, 2023
1 parent 150b2bd commit 55a5491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/ParlaMint-UA-finalize.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
</xsl:template>

<xsl:template name="add-profileDesc">
<xsl:copy>
<profileDesc>
<settingDesc>
<xsl:call-template name="add-setting"/>
</settingDesc>
Expand All @@ -634,7 +634,7 @@
</xsl:call-template>
</particDesc>
<xsl:call-template name="add-langUsage"/><!-- TODO: change to call-template and name template -->
</xsl:copy>
</profileDesc>
</xsl:template>

<xsl:template name="add-langUsage">
Expand Down

0 comments on commit 55a5491

Please sign in to comment.