Skip to content

Commit cde8d30

Browse files
Desislava Mihaylovatsvetomir
authored andcommitted
docs: update sub-heading
1 parent 6b44c99 commit cde8d30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/cldr/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ load(
6666
//the `cldr` object will consist the loaded data
6767
```
6868

69-
## Generating CLDR Data
69+
## Pre-Building CLDR Data
7070

71-
The `build` method the package provides generates the files which use the data that is required by the Internationalization library.
71+
> To generate the locales, install the [`cldr-data`](https://www.npmjs.com/package/cldr-data) package first.
72+
73+
The `build` method the kendo-intl package provides generates the files which use the data that is required by the Internationalization library.
7274

7375
The following example demonstrates how to generate the data for typescript projects.
7476

@@ -99,8 +101,6 @@ import { data } from './locales/bg/all';
99101
setData(data);
100102
```
101103

102-
> To generate the locales, install the [`cldr-data`](https://www.npmjs.com/package/cldr-data) package first.
103-
104104
## Suggested Links
105105

106106
* [API Reference of the CLDR Module]({% slug cldrapi_internalization %})

0 commit comments

Comments
 (0)