{
  "main": {
    "jv": {
      "identity": {
        "version": {
          "_cldrVersion": "45"
        },
        "language": "jv"
      },
      "numbers": {
        "defaultNumberingSystem": "latn",
        "otherNumberingSystems": {
          "native": "java"
        },
        "minimumGroupingDigits": "1",
        "symbols-numberSystem-java": {
          "decimal": ",",
          "group": ".",
          "list": ";",
          "percentSign": "%",
          "plusSign": "+",
          "minusSign": "-",
          "approximatelySign": "~",
          "exponential": "E",
          "superscriptingExponent": "×",
          "perMille": "‰",
          "infinity": "∞",
          "nan": "NaN",
          "timeSeparator": ":"
        },
        "symbols-numberSystem-latn": {
          "decimal": ",",
          "group": ".",
          "list": ";",
          "percentSign": "%",
          "plusSign": "+",
          "minusSign": "-",
          "approximatelySign": "~",
          "exponential": "E",
          "superscriptingExponent": "×",
          "perMille": "‰",
          "infinity": "∞",
          "nan": "NaN",
          "timeSeparator": ":"
        },
        "decimalFormats-numberSystem-java": {
          "standard": "#,##0.###",
          "long": {
            "decimalFormat": {
              "1000-count-other": "0 èwu",
              "10000-count-other": "00 èwu",
              "100000-count-other": "000 èwu",
              "1000000-count-other": "0 yuta",
              "10000000-count-other": "00 yuta",
              "100000000-count-other": "000 yuta",
              "1000000000-count-other": "0 milyar",
              "10000000000-count-other": "00 milyar",
              "100000000000-count-other": "000 milyar",
              "1000000000000-count-other": "0 trilyun",
              "10000000000000-count-other": "00 trilyun",
              "100000000000000-count-other": "000 trilyun"
            }
          },
          "short": {
            "decimalFormat": {
              "1000-count-other": "0È",
              "10000-count-other": "00È",
              "100000-count-other": "000È",
              "1000000-count-other": "0Y",
              "10000000-count-other": "00Y",
              "100000000-count-other": "000Y",
              "1000000000-count-other": "0M",
              "10000000000-count-other": "00M",
              "100000000000-count-other": "000M",
              "1000000000000-count-other": "0T",
              "10000000000000-count-other": "00T",
              "100000000000000-count-other": "000T"
            }
          }
        },
        "decimalFormats-numberSystem-latn": {
          "standard": "#,##0.###",
          "long": {
            "decimalFormat": {
              "1000-count-other": "0 èwu",
              "10000-count-other": "00 èwu",
              "100000-count-other": "000 èwu",
              "1000000-count-other": "0 yuta",
              "10000000-count-other": "00 yuta",
              "100000000-count-other": "000 yuta",
              "1000000000-count-other": "0 milyar",
              "10000000000-count-other": "00 milyar",
              "100000000000-count-other": "000 milyar",
              "1000000000000-count-other": "0 trilyun",
              "10000000000000-count-other": "00 trilyun",
              "100000000000000-count-other": "000 trilyun"
            }
          },
          "short": {
            "decimalFormat": {
              "1000-count-other": "0È",
              "10000-count-other": "00È",
              "100000-count-other": "000È",
              "1000000-count-other": "0Y",
              "10000000-count-other": "00Y",
              "100000000-count-other": "000Y",
              "1000000000-count-other": "0M",
              "10000000000-count-other": "00M",
              "100000000000-count-other": "000M",
              "1000000000000-count-other": "0T",
              "10000000000000-count-other": "00T",
              "100000000000000-count-other": "000T"
            }
          }
        },
        "scientificFormats-numberSystem-java": {
          "standard": "#E0"
        },
        "scientificFormats-numberSystem-latn": {
          "standard": "#E0"
        },
        "percentFormats-numberSystem-java": {
          "standard": "#,##0%"
        },
        "percentFormats-numberSystem-latn": {
          "standard": "#,##0%"
        },
        "currencyFormats-numberSystem-java": {
          "currencySpacing": {
            "beforeCurrency": {
              "currencyMatch": "[[:^S:]&[:^Z:]]",
              "surroundingMatch": "[:digit:]",
              "insertBetween": " "
            },
            "afterCurrency": {
              "currencyMatch": "[[:^S:]&[:^Z:]]",
              "surroundingMatch": "[:digit:]",
              "insertBetween": " "
            }
          },
          "standard": "¤ #,##0.00",
          "standard-noCurrency": "#,##0.00",
          "accounting": "¤ #,##0.00",
          "accounting-noCurrency": "#,##0.00",
          "short": {
            "standard": {
              "1000-count-other": "¤0È",
              "1000-count-other-alt-alphaNextToNumber": "¤ 0È",
              "10000-count-other": "¤00È",
              "10000-count-other-alt-alphaNextToNumber": "¤ 00È",
              "100000-count-other": "¤000È",
              "100000-count-other-alt-alphaNextToNumber": "¤ 000È",
              "1000000-count-other": "¤0Y",
              "1000000-count-other-alt-alphaNextToNumber": "¤ 0Y",
              "10000000-count-other": "¤00Y",
              "10000000-count-other-alt-alphaNextToNumber": "¤ 00Y",
              "100000000-count-other": "¤000Y",
              "100000000-count-other-alt-alphaNextToNumber": "¤ 000Y",
              "1000000000-count-other": "¤0M",
              "1000000000-count-other-alt-alphaNextToNumber": "¤ 0M",
              "10000000000-count-other": "¤00M",
              "10000000000-count-other-alt-alphaNextToNumber": "¤ 00M",
              "100000000000-count-other": "¤000M",
              "100000000000-count-other-alt-alphaNextToNumber": "¤ 000M",
              "1000000000000-count-other": "¤0T",
              "1000000000000-count-other-alt-alphaNextToNumber": "¤ 0T",
              "10000000000000-count-other": "¤00T",
              "10000000000000-count-other-alt-alphaNextToNumber": "¤ 00T",
              "100000000000000-count-other": "¤000T",
              "100000000000000-count-other-alt-alphaNextToNumber": "¤ 000T"
            }
          },
          "currencyPatternAppendISO": "{0} ¤¤",
          "unitPattern-count-other": "{0} {1}"
        },
        "currencyFormats-numberSystem-latn": {
          "currencySpacing": {
            "beforeCurrency": {
              "currencyMatch": "[[:^S:]&[:^Z:]]",
              "surroundingMatch": "[:digit:]",
              "insertBetween": " "
            },
            "afterCurrency": {
              "currencyMatch": "[[:^S:]&[:^Z:]]",
              "surroundingMatch": "[:digit:]",
              "insertBetween": " "
            }
          },
          "standard": "¤ #,##0.00",
          "standard-noCurrency": "#,##0.00",
          "accounting": "¤ #,##0.00",
          "accounting-noCurrency": "#,##0.00",
          "short": {
            "standard": {
              "1000-count-other": "¤0È",
              "1000-count-other-alt-alphaNextToNumber": "¤ 0È",
              "10000-count-other": "¤00È",
              "10000-count-other-alt-alphaNextToNumber": "¤ 00È",
              "100000-count-other": "¤000È",
              "100000-count-other-alt-alphaNextToNumber": "¤ 000È",
              "1000000-count-other": "¤0Y",
              "1000000-count-other-alt-alphaNextToNumber": "¤ 0Y",
              "10000000-count-other": "¤00Y",
              "10000000-count-other-alt-alphaNextToNumber": "¤ 00Y",
              "100000000-count-other": "¤000Y",
              "100000000-count-other-alt-alphaNextToNumber": "¤ 000Y",
              "1000000000-count-other": "¤0M",
              "1000000000-count-other-alt-alphaNextToNumber": "¤ 0M",
              "10000000000-count-other": "¤00M",
              "10000000000-count-other-alt-alphaNextToNumber": "¤ 00M",
              "100000000000-count-other": "¤000M",
              "100000000000-count-other-alt-alphaNextToNumber": "¤ 000M",
              "1000000000000-count-other": "¤0T",
              "1000000000000-count-other-alt-alphaNextToNumber": "¤ 0T",
              "10000000000000-count-other": "¤00T",
              "10000000000000-count-other-alt-alphaNextToNumber": "¤ 00T",
              "100000000000000-count-other": "¤000T",
              "100000000000000-count-other-alt-alphaNextToNumber": "¤ 000T"
            }
          },
          "currencyPatternAppendISO": "{0} ¤¤",
          "unitPattern-count-other": "{0} {1}"
        },
        "miscPatterns-numberSystem-java": {
          "approximately": "~{0}",
          "atLeast": "⩾{0}",
          "atMost": "≤{0}",
          "range": "{0} – {1}"
        },
        "miscPatterns-numberSystem-latn": {
          "approximately": "~{0}",
          "atLeast": "⩾{0}",
          "atMost": "≤{0}",
          "range": "{0} – {1}"
        },
        "minimalPairs": {
          "pluralMinimalPairs-count-other": "{0} dino",
          "other": "Njupuk penggoan tengen sing ke {0}."
        }
      }
    }
  }
}
