This package is distributed under a permissive Apache License.
We accept third-party contributions.
You can contribute by:
- Submitting bug-fixes.
- Proposing changes in documentation or updates to existing code.
- Adding features or missing functionalities.
To submit your suggestions:
- If a first-time contributor, read and sign the Kendo UI for Angular Contribution License Agreement (CLA). The Agreement confirms that you acknowledge the legal aspects of your contributions.
- Branch out the repo you want to update.
- Add your contribution.
- Submit a Pull Request.
To add messages for a new component:
- Create a new messages file in 'messages//.en-US.yml'
- Run 'npm run seed-messages '
- Commit new files from 'messages/component'
To appends the content of a new message file to all existing locale-specific files:
-
Create a file containing the new messages.
Start and end the file with an empty row, and provide the same indentation for the new messages and their descriptions as in the existing files.
-
Run 'npm run append-message '
-
Commit the updated files from 'messages/component'
-
Remove the file created in step 1.
Refer to our Community & Support page for more information on:
- How to report a bug
- New upcoming features
- Support-related questions