quran icon indicating copy to clipboard operation
quran copied to clipboard

Add passage (Rukūʿ)

Open Kristories opened this issue 3 years ago • 1 comments

Todo :

  • Add passage
  • Add glossary

Draft _original/source.json :

[
    {
        "number": 1,
        "name": "سورة الفاتحة",
        "transliteration": "Al-Faatiha",
        "verses": [
            {
                "number": 1,
                "section": 1,
                "passage": 1,
                "content": "بِسْمِ اللَّهِ الرَّحْمَـٰنِ الرَّحِيمِ"
            },
            {
                "number": 2,
                "section": 1,
                "passage": 1,
                "content": "الْحَمْدُ لِلَّهِ رَبِّ الْعَالَمِينَ"
            },
            ...
        ]
    },
    ...
]

Kristories avatar Jan 25 '22 03:01 Kristories