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