Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

feat: readme hindi support#222

Merged
ishaanxgupta merged 9 commits into
XortexAI:mainfrom
vakrahul:hindi/doc
Jun 2, 2026
Merged

feat: readme hindi support#222
ishaanxgupta merged 9 commits into
XortexAI:mainfrom
vakrahul:hindi/doc

Conversation

@vakrahul
Copy link
Copy Markdown
Contributor

@vakrahul vakrahul commented Jun 2, 2026

Summary

Add Hindi translation (README.hi.md) and update language navigation in all README files to include हिन्दी link. This makes XMem accessible to Hindi-speaking developers across India and other regions.

Motivation / Problem

Closes #219

Changes

  • Created new README.hi.md file with complete Hindi translation of core documentation
  • Updated language navigation links in README.md, README.zh-CN.md, and README.ja.md to include Hindi link
  • Translated all critical sections:
    • Hero / Introduction and tagline
    • What is XMem? (core concept and philosophy)
    • Features (Chrome Extension, Agent Plugins, Context, Scanner, Multi-Domain Classification)
    • Architecture (Ingestion Flow, Retrieval Flow, Storage)
    • Quickstart and Configuration
    • Technical content and code examples

Language selector now displays:

[English] • [简体中文] • [日本語] • [हिन्दी]

Testing

  • Verified all language links are working and navigation is consistent across all README files
  • Confirmed Hindi README renders properly on GitHub with correct Devanagari script
  • Validated that all section anchors are properly localized (e.g., #विशेषताएं, #आर्किटेक्चर)
  • Manual review of translations for accuracy and technical terminology

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a Hindi translation of the README (README.hi.md) and adds corresponding navigation links to the other README files. The review feedback focuses on correcting several translation inaccuracies in the Hindi version, most notably correcting the translation of "temporal" (which was mistranslated as "temporary"/"अस्थायी" instead of "time-based"/"समय-आधारित"), fixing grammatical errors, and improving sentence flow to make the translation more natural and idiomatic.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread README.hi.md Outdated
Comment thread README.hi.md Outdated
Comment thread README.hi.md
Comment thread README.hi.md
Comment thread README.hi.md Outdated
Comment thread README.hi.md
Comment thread README.hi.md Outdated
Comment thread README.hi.md
Comment thread README.hi.md Outdated
Comment thread README.hi.md Outdated
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 2, 2026

Greptile Summary

This PR adds a complete Hindi translation (README.hi.md) and updates the language navigation bar in all existing README files to include the new हिन्दी link.

  • README.hi.md: New 433-line Hindi translation covering all sections — introduction, features, architecture (with ASCII flow diagrams), benchmarks, quickstart, and configuration.
  • README.md / README.zh-CN.md / README.ja.md: Each receives a single-line addition linking to README.hi.md in the language selector.

Confidence Score: 5/5

Documentation-only change; no code is modified and no runtime behavior is affected.

All four changed files are Markdown documentation. The three existing READMEs each receive a single well-formed link addition. The new Hindi README is a faithful translation with no broken links or missing sections, save for a duplicated table row in the Storage section that only affects visual rendering.

README.hi.md — the Neo4j row in the Storage table has an extra pair of <td> cells that should be removed before merge.

Important Files Changed

Filename Overview
README.hi.md New Hindi translation of the full README; complete and well-structured, but the Storage table's Neo4j row has 5 <td> cells instead of the expected 3, causing a rendering defect.
README.md Added Hindi language link to navigation bar; single-line addition, no issues.
README.zh-CN.md Added Hindi language link to navigation bar; single-line addition, no issues.
README.ja.md Added Hindi language link to navigation bar; single-line addition, no issues.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[README.md\nEnglish] -->|lang nav| B[README.zh-CN.md\n简体中文]
    A -->|lang nav| C[README.ja.md\n日本語]
    A -->|lang nav NEW| D[README.hi.md\nहिन्दी]
    B -->|lang nav| A
    B -->|lang nav| C
    B -->|lang nav NEW| D
    C -->|lang nav| A
    C -->|lang nav| B
    C -->|lang nav NEW| D
    D -->|lang nav| A
    D -->|lang nav| B
    D -->|lang nav| C
Loading

Fix All in Cursor Fix All in Codex Fix All in Claude Code

Reviews (3): Last reviewed commit: "Update README.hi.md" | Re-trigger Greptile

@ishaanxgupta ishaanxgupta changed the title Hindi/doc feat: readme hindi support Jun 2, 2026
vakrahul and others added 7 commits June 2, 2026 15:43
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@vakrahul
Copy link
Copy Markdown
Contributor Author

vakrahul commented Jun 2, 2026

@ved015 @ishaanxgupta

@ishaanxgupta ishaanxgupta merged commit 29aa88b into XortexAI:main Jun 2, 2026
9 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Add Hindi Translation (README.hi.md)

2 participants