1234567891011121314151617181920212223242526 |
- {
- "main": {
- "root": {
- "numbers": {
- "defaultNumberingSystem": "latn",
- "symbols-numberSystem-latn": {
- "decimal": ".",
- "group": ",",
- "percentSign": "%",
- "minusSign": "-",
- "infinity": "∞",
- "nan": "NaN"
- },
- "decimalFormats-numberSystem-latn": {
- "standard": "#,##0.###"
- },
- "percentFormats-numberSystem-latn": {
- "standard": "#,##0%"
- },
- "currencyFormats-numberSystem-latn": {
- "standard": "¤ #,##0.00"
- }
- }
- }
- }
- }
|