12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "main": {
- "ar-LB": {
- "numbers": {
- "defaultNumberingSystem": "arab",
- "symbols-numberSystem-arab": {
- "decimal": "٫",
- "group": "٬",
- "percentSign": "٪",
- "minusSign": "-",
- "infinity": "∞",
- "nan": "ليس رقم"
- },
- "symbols-numberSystem-latn": {
- "decimal": ",",
- "group": ".",
- "percentSign": "%",
- "minusSign": "-",
- "infinity": "∞",
- "nan": "NaN"
- },
- "decimalFormats-numberSystem-arab": {
- "standard": "#,##0.###"
- },
- "decimalFormats-numberSystem-latn": {
- "standard": "#,##0.###"
- },
- "percentFormats-numberSystem-arab": {
- "standard": "#,##0%"
- },
- "percentFormats-numberSystem-latn": {
- "standard": "#,##0%"
- },
- "currencyFormats-numberSystem-arab": {
- "standard": "¤ #,##0.00"
- },
- "currencyFormats-numberSystem-latn": {
- "standard": "¤ #,##0.00"
- }
- }
- }
- }
- }
|