mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
13 lines
282 B
JSON
13 lines
282 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" }
|
|
}
|
|
}
|