File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
7375The following example demonstrates how to generate the data for typescript projects.
7476
@@ -99,8 +101,6 @@ import { data } from './locales/bg/all';
99101setData(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 %})
You can’t perform that action at this time.
0 commit comments