docs(i18n): add Nepali translation for README.md#2580
Conversation
Greptile SummaryThis PR adds a complete Nepali translation of
Confidence Score: 5/5Safe to merge; changes are documentation-only and isolated to the i18n layer All five changed files are documentation or build-script configuration. The translation content, external links, code blocks, and pipeline wiring are correct. The one finding — broken in-page navigation anchors using English slugs — is a UX issue that does not affect any runtime behaviour. docs/i18n/README.ne.md — the in-page navigation anchors reference English-language slugs that won't resolve against the Nepali section headings Important Files Changed
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
docs/i18n/README.ne.md:117-123
**Broken in-page navigation anchors**
All seven nav links point to English-slug anchors (`#quick-start`, `#how-it-works`, `#mcp-search-tools`, `#documentation`, `#configuration`, `#troubleshooting`, `#license`), but the corresponding headings are in Nepali (e.g. `## द्रुत सुरुवात`, `## दस्तावेजीकरण`, etc.). GitHub derives slugs from heading text, so none of these links will land on the right section. Compare `README.zh.md`, which correctly uses translated slugs — e.g. `<a href="#快速开始">快速开始</a>` paired with `## 快速开始`.
Reviews (2): Last reviewed commit: "docs(i18n): add Nepali translation for R..." | Re-trigger Greptile |
7c545ab to
a12ec2b
Compare
Description
This pull request adds the complete and natural Nepali (नेपाली) translation for the project's
README.mdand integrates it cleanly into both the main page navigation and the automated translation pipeline.Key Changes
13.2.0) including 🦞 OpenClaw Gateway and MCP Search Tools workflow details.🇳🇵 नेपालीnavigation link to README.md inside the language bar.ne: "Nepali"toLANGUAGE_NAMESconfiguration inside the README translation script (scripts/translate-readme/index.ts).neto thetranslate:tier3execution command in package.json to ensure future automated script runs (npm run translate:all/npm run translate:tier3) naturally track and update the Nepali locale.nein the translation cache file docs/i18n/.translation-cache.json to prevent unnecessary re-translation requests during future translation pipelines.Verification
docs/i18n/README.ne.mdmap correctly to other language sibling pages.