Skip to content

Commit 78cc2ca

Browse files
author
Desislava Mihaylova
committed
docs(cldr): restructure (test)
1 parent 8ec27b7 commit 78cc2ca

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/cldr/api.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 2
1010

1111
Provides 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

2323
The CLDR data to be loaded. Multiple parameters are accepted.
2424

25-
## firstDay Method
25+
### firstDay
2626

2727
Returns the first day index starting from Sunday and based on the specified locale.
2828

@@ -38,7 +38,7 @@ The locale id.
3838

3939
The first day index.
4040

41-
## dateFormatNames Method
41+
### dateFormatNames
4242

4343
Returns 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

8991
Returns the number symbols from the specified locale.
9092

0 commit comments

Comments
 (0)