-
Notifications
You must be signed in to change notification settings - Fork 662
feat: Add Malayalam translation for README and update i18n.json #1270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: Add Malayalam translation for README and update i18n.json #1270
Conversation
|
Hey @pahimauchil your branch is out of date. Please update it. Also, make sure to include changeset (go through our contributor's guide) please. |
|
You also need to update the PR title: Error: No release type found in pull request title "Add Malayalam translation for README and update i18n.json". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/ Available types:
|
|
@sumitsaurabh927 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a Malayalam (ml) translation for the README file and updates the i18n.json configuration to include Malayalam as a target language.
Key changes:
- Added complete Malayalam translation at
readme/ml.mdwith all sections translated - Updated
i18n.jsonto include "ml" in the targets array - Added changeset documentation for the translation addition
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| readme/ml.md | New file containing full Malayalam translation of the README with all sections, links, and formatting preserved |
| i18n.json | Added "ml" to the targets array to register Malayalam as a supported language |
| .changeset/beige-eels-hunt.md | Changeset file documenting the addition of Malayalam translation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
|
@pahimauchil please resolve the merge conflicts |
|
Hey @pahimauchil! Just checking in - are you still working on this PR? We noticed there are some comments that may need addressing. If you need more time, no problem! Just let us know. If we don't hear back within a week, we'll close this to keep the repo tidy, but you can always reopen when ready. |
Changes completed. Please review. |
Added Malayalam translation for README (
readme/ml.md) and updatedi18n.jsonto include"ml"intargets, per contribution guidelines. Translation preserves all formatting and content. Please review.Fixes #1263