Skip to content

Commit 2c9d42c

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

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/cldr/api.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,43 +16,43 @@ Provides information about the exported methods from the `cldr` module.
1616

1717
Loads CLDR data.
1818

19-
### load Parameters
19+
#### load Parameters
2020

21-
#### data `Object`
21+
##### data `Object`
2222

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

2525
### firstDay
2626

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

3333
The locale id.
3434

35-
### firstDay Return Value
35+
#### firstDay Return Value
3636

37-
#### Returns `Number`
37+
##### Returns `Number`
3838

3939
The first day index.
4040

4141
### dateFormatNames
4242

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

4949
The locale id.
5050

51-
#### options `Object`
51+
##### options `Object`
5252

5353
The options that determine the returned names.
5454

55-
#### options.type `String`
55+
##### options.type `String`
5656

5757
The 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

6868
The format name type.
6969

@@ -74,13 +74,13 @@ The supported values are:
7474

7575
The `"short"` option can also be specified for `days`.
7676

77-
#### options.standAlone `Boolean`
77+
##### options.standAlone `Boolean`
7878

7979
Indicates 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

8585
The names.
8686

@@ -90,14 +90,14 @@ An object will be returned if the type is `"dayPeriods"` or `"eras"`. For the ot
9090

9191
Returns the number symbols from the specified locale.
9292

93-
### numberSymbols Parameters
93+
#### numberSymbols Parameters
9494

95-
#### locale `String`
95+
##### locale `String`
9696

9797
The locale id.
9898

99-
### numberSymbols Return Value
99+
#### numberSymbols Return Value
100100

101-
#### Returns `Object`
101+
##### Returns `Object`
102102

103103
An object holding the number symbols from the specified locale.

0 commit comments

Comments
 (0)