Skip to content

Commit

Permalink
support for singular nouns
Browse files Browse the repository at this point in the history
  • Loading branch information
makigumo committed Jan 8, 2017
1 parent 1f95cf3 commit f43e1c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions entry_export_macdic.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -1466,6 +1466,9 @@
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:when test="@numerus='sg'">
<xsl:text>Singularetantum</xsl:text>
</xsl:when>
</xsl:choose>
</xsl:template>

Expand All @@ -1481,6 +1484,9 @@
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:when test="@numerus='sg'">
<xsl:text>絶対単数</xsl:text>
</xsl:when>
</xsl:choose>
</xsl:template>

Expand Down

0 comments on commit f43e1c6

Please sign in to comment.