@@ -16,43 +16,43 @@ Provides information about the exported methods from the `cldr` module.
1616
1717Loads CLDR data.
1818
19- ### load Parameters
19+ #### load Parameters
2020
21- #### data ` Object `
21+ ##### data ` Object `
2222
2323The CLDR data to be loaded. Multiple parameters are accepted.
2424
2525### firstDay
2626
2727Returns the first day index starting from Sunday and based on the specified locale.
2828
29- ### firstDay Parameters
29+ #### firstDay Parameters
3030
31- #### locale ` String `
31+ ##### locale ` String `
3232
3333The locale id.
3434
35- ### firstDay Return Value
35+ #### firstDay Return Value
3636
37- #### Returns ` Number `
37+ ##### Returns ` Number `
3838
3939The first day index.
4040
4141### dateFormatNames
4242
4343Returns the names from the specified locale based on the option.
4444
45- ### dateFormatNames Parameters
45+ #### dateFormatNames Parameters
4646
47- #### locale ` String `
47+ ##### locale ` String `
4848
4949The locale id.
5050
51- #### options ` Object `
51+ ##### options ` Object `
5252
5353The options that determine the returned names.
5454
55- #### options.type ` String `
55+ ##### options.type ` String `
5656
5757The type of the names.
5858
@@ -63,7 +63,7 @@ The supported values are:
6363* ` "days" `
6464* ` "dayPeriods" `
6565
66- #### options.nameType ` String `
66+ ##### options.nameType ` String `
6767
6868The format name type.
6969
@@ -74,13 +74,13 @@ The supported values are:
7474
7575The ` "short" ` option can also be specified for ` days ` .
7676
77- #### options.standAlone ` Boolean `
77+ ##### options.standAlone ` Boolean `
7878
7979Indicates whether the standalone names should be returned.
8080
81- ### dateFormatNames Return Value
81+ #### dateFormatNames Return Value
8282
83- #### Returns ` Object|Array `
83+ ##### Returns ` Object|Array `
8484
8585The names.
8686
@@ -90,14 +90,14 @@ An object will be returned if the type is `"dayPeriods"` or `"eras"`. For the ot
9090
9191Returns the number symbols from the specified locale.
9292
93- ### numberSymbols Parameters
93+ #### numberSymbols Parameters
9494
95- #### locale ` String `
95+ ##### locale ` String `
9696
9797The locale id.
9898
99- ### numberSymbols Return Value
99+ #### numberSymbols Return Value
100100
101- #### Returns ` Object `
101+ ##### Returns ` Object `
102102
103103An object holding the number symbols from the specified locale.
0 commit comments