File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ position: 2
1010
1111Provides information about the exported methods from the ` cldr ` module.
1212
13- ## load Method
13+ ## Methods
1414
1515### load
1616
@@ -22,7 +22,7 @@ Loads CLDR data.
2222
2323The CLDR data to be loaded. Multiple parameters are accepted.
2424
25- ## firstDay Method
25+ ### firstDay
2626
2727Returns the first day index starting from Sunday and based on the specified locale.
2828
@@ -38,7 +38,7 @@ The locale id.
3838
3939The first day index.
4040
41- ## dateFormatNames Method
41+ ### dateFormatNames
4242
4343Returns the names from the specified locale based on the option.
4444
@@ -82,9 +82,11 @@ Indicates whether the standalone names should be returned.
8282
8383#### Returns ` Object|Array `
8484
85- The names. An object will be returned if the type is ` "dayPeriods" ` or ` "eras" ` . For the other types, the result is ` Array ` .
85+ The names.
8686
87- ## numberSymbols Method
87+ An object will be returned if the type is ` "dayPeriods" ` or ` "eras" ` . For the other types, the result is ` Array ` .
88+
89+ ### numberSymbols
8890
8991Returns the number symbols from the specified locale.
9092
You can’t perform that action at this time.
0 commit comments