hi
i wanted to apply "zh-cn" intl in my angular project.
1) i ran ng add @progress/kendo-angular-intl
2) at my app.module.ts
import { IntlModule } from '@progress/kendo-angular-intl';
import '@progress/kendo-angular-intl/locales/zh';
i can't find zh-cn on my node_modules local folder.
i got the below error:
./src/app/app.module.ts:20:0-49 - Error: Module not found: Error: Can't resolve '@progress/kendo-angular-intl/locales/zh' in 'O:\_Hcsms\src\hcsms.solution-angular-client\src\app'
btw, i did the above stesp after reading the below web page:
https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/loading-data
can you please help?
thank you.