feat: Add Malayalam translation for README and update i18n.json#1270
feat: Add Malayalam translation for README and update i18n.json#1270vrcprl merged 17 commits intolingodotdev:mainfrom
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.
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 <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@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. |
|
@pahimauchil please enable commit signature in your account, thank you! https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
Head branch was pushed to by a user without write access
|
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. |
|
Closing this PR as stale to keep the repo clean. Feel free to reopen or create a new PR once you're ready to continue. Thanks for your contribution! |
…odotdev#1270) * Add Malayalam translation for README and update i18n.json * chore: add changeset for Malayalam translation update * Update readme/ml.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update readme/ml.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: fix Malayalam README and i18n.json (remove 'or') * chore: add signed commit --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Sumit Saurabh <62152915+sumitsaurabh927@users.noreply.github.com> Co-authored-by: Max Prilutskiy <5614659+maxprilutskiy@users.noreply.github.com> Co-authored-by: Veronica Prilutskaya <veronica@lingo.dev>
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