Skip to content

Comments

Add Marathi (mr-IN) locale with core UI translations#2

Closed
Copilot wants to merge 8 commits intomainfrom
copilot/copy-en-json-to-mr-in-json
Closed

Add Marathi (mr-IN) locale with core UI translations#2
Copilot wants to merge 8 commits intomainfrom
copilot/copy-en-json-to-mr-in-json

Conversation

Copy link

Copilot AI commented Feb 3, 2026

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 sections
  • config/i18n.ts: Registered mr-IN locale 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.

Copilot AI and others added 3 commits February 3, 2026 02:31
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
Copilot AI requested a review from trivikr February 3, 2026 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants