svelte-i18n/test/fixtures/formats.json

13 lines
282 B
JSON
Raw Normal View History

{
"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" }
}
}