numerica
Preparing search index...
Locale
Type Alias Locale
type
Locale
=
{
currency
:
{
position
:
"prefix"
|
"suffix"
;
spacing
:
boolean
;
symbol
:
string
;
}
;
date
:
{
format
:
{
full
:
string
;
long
:
string
;
medium
:
string
;
short
:
string
}
;
names
:
{
months
:
string
[]
;
short_months
:
string
[]
;
short_weekdays
:
string
[]
;
weekdays
:
string
[]
;
}
;
}
;
digits
:
string
[]
;
direction
:
"ltr"
|
"rtl"
;
language
:
string
;
name
:
string
;
number
:
{
decimal
:
string
;
grouping
:
number
;
infinity
:
string
;
nan
:
string
;
negative_sign
:
string
;
ordinal
:
{
gender
?:
{
fem
:
string
;
masc
:
string
}
;
position
:
"prefix"
|
"suffix"
;
rules
?:
{
default
?:
string
;
mod
:
number
;
values
:
Record
<
string
,
string
>
}
[]
;
type
:
"fixed"
|
"rules"
;
value
?:
string
;
}
;
separator
:
string
;
}
;
}
Index
Properties
currency
date
digits
direction
language
name
number
Properties
currency
currency
:
{
position
:
"prefix"
|
"suffix"
;
spacing
:
boolean
;
symbol
:
string
}
date
date
:
{
format
:
{
full
:
string
;
long
:
string
;
medium
:
string
;
short
:
string
}
;
names
:
{
months
:
string
[]
;
short_months
:
string
[]
;
short_weekdays
:
string
[]
;
weekdays
:
string
[]
;
}
;
}
digits
digits
:
string
[]
direction
direction
:
"ltr"
|
"rtl"
language
language
:
string
name
name
:
string
number
number
:
{
decimal
:
string
;
grouping
:
number
;
infinity
:
string
;
nan
:
string
;
negative_sign
:
string
;
ordinal
:
{
gender
?:
{
fem
:
string
;
masc
:
string
}
;
position
:
"prefix"
|
"suffix"
;
rules
?:
{
default
?:
string
;
mod
:
number
;
values
:
Record
<
string
,
string
>
}
[]
;
type
:
"fixed"
|
"rules"
;
value
?:
string
;
}
;
separator
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
currency
date
digits
direction
language
name
number
numerica
Loading...