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