urdu-translator

Translate Docusaurus Markdown and JSON content from English to Urdu.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/khanaleema/PhysicalAI-Book --skill urdu-translator-khanaleema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: urdu-translator
Source: https://github.com/khanaleema/PhysicalAI-Book/tree/main/.gemini/skills/urdu-translator
Command: npx skills add https://github.com/khanaleema/PhysicalAI-Book --skill urdu-translator-khanaleema

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the translation of Docusaurus content from English to Urdu, enabling faster creation and maintenance of multilingual textbook docs while preserving structure and formatting.

Core Features & Use Cases

  • Translate Markdown content and frontmatter from English to Urdu, preserving markdown formatting and the Docusaurus i18n structure.
  • Localize UI strings by translating theme and plugin JSON files (e.g., i18n/ur/...).
  • Provide testing and deployment guidance to ensure the Urdu site works smoothly and the language switcher functions correctly.

Quick Start

Configure Urdu locale for your Docusaurus site and run the translation process, then start the local server to preview the Urdu site:

  • npm run write-translations -- --locale ur
  • npm start -- --locale ur