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

Version Path
twitter_cldr-3.0.10 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-3.0.9 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-3.0.8 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-3.0.7 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-3.0.6 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-3.0.5 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-3.0.4 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-3.0.3 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-3.0.2 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-3.0.1 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-3.0.0 spec/formatters/numbers/rbnf/allowed_failures.yml