[yelp-xsl/wip/html5] Fixing a few oddities in the number formatters



commit 8ec2fdc3d5b461c82aafbb046806cfb6fe7af0a1
Author: Shaun McCance <shaunm gnome org>
Date:   Tue Jun 21 09:00:13 2016 -0400

    Fixing a few oddities in the number formatters

 xslt/common/l10n-numbers.xsl |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/xslt/common/l10n-numbers.xsl b/xslt/common/l10n-numbers.xsl
index 884cac4..8d7b394 100644
--- a/xslt/common/l10n-numbers.xsl
+++ b/xslt/common/l10n-numbers.xsl
@@ -298,7 +298,7 @@ See #{http://en.wikipedia.org/wiki/Greek_numerals}.
     <xsl:otherwise>
       <xsl:call-template name="l10n.number.ionic.private">
         <xsl:with-param name="value" select="$value"/>
-        <xsl:with-param name="format" select="'ionic-lower'"/>
+        <xsl:with-param name="format" select="$format"/>
         <xsl:with-param name="level" select="1"/>
       </xsl:call-template>
       <xsl:text>´</xsl:text>
@@ -354,9 +354,6 @@ See #{http://en.wikipedia.org/wiki/Greek_numerals}.
         <xsl:when test="not($stigma) and $digit = 6 and $level = 1">
           <xsl:text>ΣΤ</xsl:text>
         </xsl:when>
-        <xsl:when test="not($stigma) and $digit = 6 and $level = 1">
-          <xsl:text>,Σ,Τ</xsl:text>
-        </xsl:when>
         <xsl:when test="$level = 1 or $level = 4">
           <xsl:if test="$level = 4">
             <xsl:text>,</xsl:text>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]