Skip to content

Create Hindi-only web output with audio and transliteration#37

Draft
Copilot wants to merge 3 commits into
cairofrom
copilot/create-hindi-website-again
Draft

Create Hindi-only web output with audio and transliteration#37
Copilot wants to merge 3 commits into
cairofrom
copilot/create-hindi-website-again

Conversation

Copilot AI commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

Hindi-only Quran site was requested under /hindi-web with Hindi UI, audio, Unicode transliteration, and only Hindi translations.

  • New generator: Added src/gen_hindi_web.py producing Hindi-only pages (Arabic, audio, Unicode transliteration, Hindi Farooq/Suhail/Mokhtasar/Omari) plus shared Hindi UI text and metadata (Juz, revelation info).
  • Build hook: Added make generate-hindi-web target to regenerate /hindi-web.
  • Output: Generated /hindi-web HTML for all 114 surahs and index with Hindi UI and corrected Juz mapping.

Example (per-ayah block):

<section class="ayah" id="ayah-1">
  <div class="ayah-header">
    <div class="ayah-num">आयत 1</div>
    <audio controls preload="none" src="https://druvx13-quran-audio-alafasy.hf.space/001001.mp3"></audio>
  </div>
  <div class="line arabic" dir="rtl">بِسمِ اللَّهِ الرَّحمٰنِ الرَّحيمِ</div>
  <div class="line translit"><span class="label">लिप्यंतरण (यूनिकोड):</span>Bismillaahir Rahmaanir Raheem</div>
  <div class="line t-hi"><span class="label">हिंदी (फ़ारूक़ खान):</span>अल्लाह के नाम से जो बड़ा कृपालु...</div>
</section>

https://github.com/user-attachments/assets/25f50891-9e04-4371-9e4b-414b7b766942


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits March 12, 2026 14:18
Co-authored-by: druvx13 <131332414+druvx13@users.noreply.github.com>
Co-authored-by: druvx13 <131332414+druvx13@users.noreply.github.com>
Copilot AI changed the title [WIP] Add Hindi website in hindi-web folder with audio and transliteration Create Hindi-only web output with audio and transliteration Mar 12, 2026
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