Sha256: 265c86930a9a501ca94dcb21248e99dd5995e1aa19eb0b6b3e598301255ebbc5
Contents?: true
Size: 1.45 KB
Versions: 11
Compression:
Stored size: 1.45 KB
Contents
--- # We don't support numbering system-specific separators yet :ar: OrdinalRules: digits-ordinal: - -1141 - -1142 - -1143 - 1141 - 1142 - 1143 - 10311 - 138400 # honest to goodness ICU bugs :ja: SpelloutRules: spellout-numbering-year: - -1141 - -1142 - -1143 :zh: SpelloutRules: spellout-numbering-year: - -1141 - -1142 - -1143 :zh-Hant: SpelloutRules: spellout-numbering-year: - -1141 - -1142 - -1143 :ko: SpelloutRules: spellout-ordinal-sinokorean: - -1141 - -1142 - -1143 # ICU's DecimalFormat reports 100 should be 100 but we say it should be 1,00. # Problem stems from issue with our NumberFormatter which doesn't correctly # identify grouping sizes. # # http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/DecimalFormat.html # If a pattern contains multiple grouping separators, the interval between # the last one and the end of the integer defines the primary grouping size, # and the interval between the last two defines the secondary grouping size. # All others are ignored, so "#,##,###,####" == "###,###,####" == "##,#,###,####"." :ta: SpelloutRules: spellout-ordinal: - -100 - 100 - 321 - 322 - 323 OrdinalRules: digits-ordinal: - -100 - 100 - 321 - 322 - 323 # Same problem as Tamil above. :hi: OrdinalRules: digits-ordinal: - -100 - 100 - 321 - 322 - 323
Version data entries
11 entries across 11 versions & 1 rubygems