-
Notifications
You must be signed in to change notification settings - Fork 668
Add Indian Regional Language Support to Lingo.dev #1491
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?
Conversation
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 localized README documentation for nine Indian regional languages (Tamil, Telugu, Malayalam, Marathi, Gujarati, Punjabi, Assamese, Sinhala, and Odia) to expand Lingo.dev's accessibility for South Asian developers. The changes include new translation files and updates to the CLI's i18n configuration.
Key Changes:
- Created nine new localized README files for Indian regional languages
- Updated
packages/cli/i18n.jsonto include the new language codes - Provided comprehensive translations of the Lingo.dev documentation
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
readme/in-ta.md |
Tamil translation of README |
readme/in-te.md |
Telugu translation of README |
readme/in-ml.md |
Malayalam translation of README |
readme/in-mr.md |
Marathi translation of README |
readme/in-gu.md |
Gujarati translation of README |
readme/in-pa.md |
Punjabi translation of README |
readme/in-as.md |
Assamese translation of README |
readme/in-si.md |
Sinhala translation of README |
readme/in-or.md |
Odia translation of README (note: ISO code is or but filename is in-or.md) |
packages/cli/i18n.json |
Added new language target codes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "targets": [ | ||
| "es", | ||
| "or", | ||
| "ta", | ||
| "te", | ||
| "ml", | ||
| "mr", | ||
| "gu", | ||
| "pa", | ||
| "as", | ||
| "si" | ||
| ] |
Copilot
AI
Nov 12, 2025
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.
The root i18n.json file in the repository should also be updated with these new language codes. Currently, only packages/cli/i18n.json has been updated, but the root configuration file (which controls the README translations using the mdx bucket pattern) needs to include these languages as well for the system to properly recognize and process the new language files.
Co-authored-by: Copilot <[email protected]>
🏳️ Add Indian Regional Language Support to Lingo.dev
Description
This pull request introduces comprehensive Indian regional language support for the Lingo.dev project by adding multiple language codes to the
i18n.jsonconfiguration file.The goal is to make Lingo.dev more accessible and inclusive for developers and students across India, enabling them to experience the platform in their native languages.
Languages Added
in-ta.mdtain-te.mdtein-ml.mdmlin-mr.mdmrin-gu.mdguin-pa.mdpain-as.mdasin-si.mdsiin-od.mdorChanges Made
i18n.jsonto include all the above language codes under the"targets"section.in-*.md) for each respective language.Impact
Checklist
i18n.json.in-xx.md).Contributor
Srujan Rana