Sha256: a0ff72867676d919a413f89bfcba68f2454f6ad6afd3f407ef3fa228fecd298e

Contents?: true

Size: 1.85 KB

Versions: 27

Compression:

Stored size: 1.85 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
#     digits-ordinal-masculine:
#       - -100
#       - 100
#       - 321
#       - 322
#       - 323
#     digits-ordinal-feminine:
#       - -100
#       - 100
#       - 321
#       - 322
#       - 323

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
twitter_cldr-6.12.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.11.5 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.11.4 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.11.3 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.11.2 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.11.1 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.11.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.10.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.9.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.8.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.7.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.6.2 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.6.1 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.6.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.5.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.4.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.3.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.2.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.1.0 spec/formatters/numbers/rbnf/allowed_failures.yml
twitter_cldr-6.0.2 spec/formatters/numbers/rbnf/allowed_failures.yml