Skip to content

Commit

Permalink
feat: configuration to support CLDR 38.1 (dojo#85)
Browse files Browse the repository at this point in the history
* feat: configuration to support CLDR 38.1

* feedback: use smaller archive
  • Loading branch information
bitpshr authored Mar 20, 2021
1 parent 71f486a commit 7f57c61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified buildscripts/cldr/ldml/core.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion buildscripts/cldr/number.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
</xsl:choose>
</xsl:template>

<xsl:template name="ignore" match="defaultNumberingSystem | otherNumberingSystems | currencies | miscPatterns | minimumGroupingDigits"></xsl:template>
<xsl:template name="ignore" match="defaultNumberingSystem | otherNumberingSystems | currencies | miscPatterns | minimumGroupingDigits | minimalPairs"></xsl:template>

<!-- too bad that can only use standard xsl:call-template(name can not be variable)
error occurs if use <saxson:call-templates($templateToCall) /> -->
Expand Down

0 comments on commit 7f57c61

Please sign in to comment.