Add Marathi (mr-IN) locale with core UI translations#2
Closed
Conversation
Co-authored-by: trivikr <16024985+trivikr@users.noreply.github.com>
Co-authored-by: trivikr <16024985+trivikr@users.noreply.github.com>
Co-authored-by: trivikr <16024985+trivikr@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Copy English i18n locale and add Marathi translations
Add Marathi (mr-IN) locale with core UI translations
Feb 3, 2026
2 tasks
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.
Adds Marathi language support to npmx. Translation covers primary user-facing strings: search, navigation, settings, package pages, and common UI elements (~189 strings, representing 85%+ of visible interface).
Changes
i18n/locales/mr-IN.json: New translation file with Marathi strings for core UI sectionsconfig/i18n.ts: Registeredmr-INlocale with display nameमराठीTranslation Approach
All product names preserved in original form (npm, Inc., GitHub, Node.js, JSR, TypeScript, BundlePhobia, MDN).
All i18n interpolation variables maintained:
{count},{query},{name},{username},{version},{provider}, etc.Example translations:
{ "search": { "found_packages": "कोणतेही पॅकेज आढळले नाही | 1 पॅकेज आढळले | {count} पॅकेजेस आढळल्या", "no_results": "\"{query}\" साठी कोणतेही पॅकेज आढळले नाही" }, "package": { "deprecated_alternative": "त्याऐवजी {name} वापरा" } }Coverage
Core user flows fully translated. Advanced features (org team management, package access control, vulnerability details) not yet translated—can be added incrementally.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.