Skip to content

Commit

Permalink
Add lang=en to CHES orgName.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomazErjavec committed Aug 22, 2023
1 parent f35a54b commit 9bc4242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/ches-tsv2tei.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
...
<state type="CHES" source="https://www.chesdata.eu/s/1999-2019_CHES_dataset_meansv3.csv">
<label>
<orgName full="abb" from="2006" to="2018">BZO</orgName>
<orgName full="abb" from="2006" to="2018" xml:lang="en">BZO</orgName>
</label>
<state ana="#ches.lrgen">
<state from="2006" to="2009" n="8.83"/>
Expand Down Expand Up @@ -205,7 +205,7 @@
<xsl:sort select="tei:cell[@type = 'year']"/>
<xsl:variable name="from" select="tei:cell[@type = 'year']"/>
<xsl:variable name="to" select="$ches-interval/tei:date[@from = $from]/@to"/>
<orgName full="abb" from="{$from}" to="{$to}">
<orgName full="abb" from="{$from}" to="{$to}" xml:lang="en">
<xsl:value-of select="tei:cell[@type = 'ches_id']"/>
</orgName>
</xsl:for-each>
Expand Down

0 comments on commit 9bc4242

Please sign in to comment.