@@ -10,39 +10,39 @@ position: 2
1010
1111Provides information about the exported methods from the ` cldr ` module.
1212
13- ## Methods: load
13+ ## load Method
1414
1515### load
1616
1717Loads CLDR data.
1818
19- ### Parameters: load
19+ ### load Parameters
2020
2121#### data ` Object `
2222
2323The CLDR data to be loaded. Multiple parameters are accepted.
2424
25- ## Methods: firstDay
25+ ## firstDay Method
2626
2727Returns the first day index starting from Sunday based on the specified locale.
2828
29- ### Parameters: firstDay
29+ ### firstDay Parameters
3030
3131#### locale ` String `
3232
3333The locale id.
3434
35- ### Return Value: firstDay
35+ ### firstDay Return Value
3636
3737#### Returns ` Number `
3838
3939The first day index.
4040
41- ## Methods: dateFormatNames
41+ ## dateFormatNames Method
4242
4343Returns the names from the specified locale based on the option.
4444
45- ### Parameters: dateFormatNames
45+ ### dateFormatNames Parameters
4646
4747#### locale ` String `
4848
@@ -64,23 +64,23 @@ The format name type. The supported values are `"abbreviated"`, `"wide"`, `"narr
6464
6565Indicates whether the stand-alone names should be returned.
6666
67- ### Return Value: dateFormatNames
67+ ### dateFormatNames Return Value
6868
6969#### Returns ` Object|Array `
7070
7171The names. An object will be returned it the type is ` "dayPeriods" ` or ` "eras" ` . For the other types the result is ` Array ` .
7272
73- ## Methods: numberSymbols
73+ ## numberSymbols Method
7474
7575Returns the number symbols from specified locale.
7676
77- ### Parameters: numberSymbols
77+ ### numberSymbols Parameters
7878
7979#### locale ` String `
8080
8181The locale id.
8282
83- ### Return Value: numberSymbols
83+ ### numberSymbols Return Value
8484
8585#### Returns ` Object `
8686
0 commit comments