svelte-i18n/test/fixtures/formats.json
2019-11-27 13:26:18 -03:00

17 lines
325 B
JSON

{
"number": {
"usd": { "style": "currency", "currency": "USD" },
"brl": { "style": "currency", "currency": "BRL" }
},
"date": {
"customDate": { "year": "numeric", "era": "short" }
},
"time": {
"customTime": {
"hour": "2-digit",
"minute": "2-digit",
"second": "2-digit"
}
}
}