Fix typo in language name (Panjabi -> Punjabi)#188
Open
DevRanbir wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates language naming from “Panjabi” to “Punjabi” across the language map and documentation artifacts.
Changes:
- Renames “Panjabi” → “Punjabi” and “Western Panjabi” → “Western Punjabi” in code and docs
- Updates the associated language ID/code entries in the mapping and docs tables
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| omnivoice/utils/lang_map.py | Renames Punjabi keys and updates mapped codes |
| docs/languages.md | Renames Punjabi display names and updates code columns in the language table |
| docs/lang_id_name_map.tsv | Renames Punjabi names and updates ID/code columns in the TSV mapping |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
DevRanbir
force-pushed
the
fix-punjabi-typo
branch
from
June 16, 2026 11:58
6b62f2a to
39b0002
Compare
Collaborator
|
Hi, I think both names exist. It’s also mentioned in the link you provided: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello devs,
I Noticed a small typo in the supported languages list where "Punjabi" was spelled as "Panjabi". You can verify the standard English spelling here: https://en.wikipedia.org/wiki/Punjabi_language
This PR corrects the spelling to "Punjabi" (and "Western Punjabi") across the TSV, the markdown docs, and the Python language map so it renders correctly in the Gradio UI and API.
Thanks for the awesome project! Let me know if you need any changes.