Replace Cmd#count / count.json with Cmd#metadata

This commit is contained in:
0x1eef 2023-02-13 12:56:01 -03:00
parent db73cc7fb2
commit 3d8deaecf3
802 changed files with 915 additions and 1036 deletions

View file

@ -27,12 +27,6 @@ module Quran::JSON::Cmd
@line ||= IO::Line.new($stdout)
end
def count
@count ||= Ryo.from(
JSON.parse File.binread(File.join(data_dir, "count.json"))
)
end
def metadata
@metadata ||= read_metadata
end

View file

@ -30,10 +30,11 @@ def main(argv)
cmd.update(surah_no)
else
rows = [nil]
1.upto(cmd.count[surah_no]) do |ayah_no|
ayah_count = cmd.metadata[surah_no].ayahs
1.upto(ayah_count) do |ayah_no|
res = cmd.pull_ayah(surah_no, ayah_no)
rows.push([ayah_no, grep(res)])
cmd.line.rewind.print "Surah #{surah_no} [#{ayah_no}/#{cmd.count[surah_no]}]"
cmd.line.rewind.print "Surah #{surah_no} [#{ayah_no}/#{ayah_count}]"
end
cmd.write(surah_no, rows)
cmd.line.end

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Fatihah",
"translated_name": "The Opener",
"verse_count": 7,
"ayahs": 7,
"slug": "al-fatihah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Yunus",
"translated_name": "Jonah",
"verse_count": 109,
"ayahs": 109,
"slug": "yunus",
"codepoints": [
1610,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-'Adiyat",
"translated_name": "The Courser",
"verse_count": 11,
"ayahs": 11,
"slug": "al-adiyat",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Qari'ah",
"translated_name": "The Calamity",
"verse_count": 11,
"ayahs": 11,
"slug": "al-qariah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "At-Takathur",
"translated_name": "The Rivalry in world increase",
"verse_count": 8,
"ayahs": 8,
"slug": "at-takathur",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-'Asr",
"translated_name": "The Declining Day",
"verse_count": 3,
"ayahs": 3,
"slug": "al-asr",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Humazah",
"translated_name": "The Traducer",
"verse_count": 9,
"ayahs": 9,
"slug": "al-humazah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Fil",
"translated_name": "The Elephant",
"verse_count": 5,
"ayahs": 5,
"slug": "al-fil",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Quraysh",
"translated_name": "Quraysh",
"verse_count": 4,
"ayahs": 4,
"slug": "quraysh",
"codepoints": [
1602,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Ma'un",
"translated_name": "The Small kindnesses",
"verse_count": 7,
"ayahs": 7,
"slug": "al-maun",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Kawthar",
"translated_name": "The Abundance",
"verse_count": 3,
"ayahs": 3,
"slug": "al-kawthar",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Kafirun",
"translated_name": "The Disbelievers",
"verse_count": 6,
"ayahs": 6,
"slug": "al-kafirun",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Hud",
"translated_name": "Hud",
"verse_count": 123,
"ayahs": 123,
"slug": "hud",
"codepoints": [
1607,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "An-Nasr",
"translated_name": "The Divine Support",
"verse_count": 3,
"ayahs": 3,
"slug": "an-nasr",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Masad",
"translated_name": "The Palm Fiber",
"verse_count": 5,
"ayahs": 5,
"slug": "al-masad",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Ikhlas",
"translated_name": "The Sincerity",
"verse_count": 4,
"ayahs": 4,
"slug": "al-ikhlas",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Falaq",
"translated_name": "The Daybreak",
"verse_count": 5,
"ayahs": 5,
"slug": "al-falaq",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "An-Nas",
"translated_name": "Mankind",
"verse_count": 6,
"ayahs": 6,
"slug": "an-nas",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Yusuf",
"translated_name": "Joseph",
"verse_count": 111,
"ayahs": 111,
"slug": "yusuf",
"codepoints": [
1610,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Ar-Ra'd",
"translated_name": "The Thunder",
"verse_count": 43,
"ayahs": 43,
"slug": "ar-rad",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Ibrahim",
"translated_name": "Abraham",
"verse_count": 52,
"ayahs": 52,
"slug": "ibrahim",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Hijr",
"translated_name": "The Rocky Tract",
"verse_count": 99,
"ayahs": 99,
"slug": "al-hijr",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "An-Nahl",
"translated_name": "The Bee",
"verse_count": 128,
"ayahs": 128,
"slug": "an-nahl",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Isra",
"translated_name": "The Night Journey",
"verse_count": 111,
"ayahs": 111,
"slug": "al-isra",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Kahf",
"translated_name": "The Cave",
"verse_count": 110,
"ayahs": 110,
"slug": "al-kahf",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Maryam",
"translated_name": "Mary",
"verse_count": 98,
"ayahs": 98,
"slug": "maryam",
"codepoints": [
1605,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Baqarah",
"translated_name": "The Cow",
"verse_count": 286,
"ayahs": 286,
"slug": "al-baqarah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Taha",
"translated_name": "Ta-Ha",
"verse_count": 135,
"ayahs": 135,
"slug": "taha",
"codepoints": [
1591,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Anbya",
"translated_name": "The Prophets",
"verse_count": 112,
"ayahs": 112,
"slug": "al-anbya",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Hajj",
"translated_name": "The Pilgrimage",
"verse_count": 78,
"ayahs": 78,
"slug": "al-hajj",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Mu'minun",
"translated_name": "The Believers",
"verse_count": 118,
"ayahs": 118,
"slug": "al-muminun",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "An-Nur",
"translated_name": "The Light",
"verse_count": 64,
"ayahs": 64,
"slug": "an-nur",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Furqan",
"translated_name": "The Criterion",
"verse_count": 77,
"ayahs": 77,
"slug": "al-furqan",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Ash-Shu'ara",
"translated_name": "The Poets",
"verse_count": 227,
"ayahs": 227,
"slug": "ash-shuara",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "An-Naml",
"translated_name": "The Ant",
"verse_count": 93,
"ayahs": 93,
"slug": "an-naml",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Qasas",
"translated_name": "The Stories",
"verse_count": 88,
"ayahs": 88,
"slug": "al-qasas",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-'Ankabut",
"translated_name": "The Spider",
"verse_count": 69,
"ayahs": 69,
"slug": "al-ankabut",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Ali 'Imran",
"translated_name": "Family of Imran",
"verse_count": 200,
"ayahs": 200,
"slug": "ali-imran",
"codepoints": [
1570,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Ar-Rum",
"translated_name": "The Romans",
"verse_count": 60,
"ayahs": 60,
"slug": "ar-rum",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Luqman",
"translated_name": "Luqman",
"verse_count": 34,
"ayahs": 34,
"slug": "luqman",
"codepoints": [
1604,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "As-Sajdah",
"translated_name": "The Prostration",
"verse_count": 30,
"ayahs": 30,
"slug": "as-sajdah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Ahzab",
"translated_name": "The Combined Forces",
"verse_count": 73,
"ayahs": 73,
"slug": "al-ahzab",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Saba",
"translated_name": "Sheba",
"verse_count": 54,
"ayahs": 54,
"slug": "saba",
"codepoints": [
1587,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Fatir",
"translated_name": "Originator",
"verse_count": 45,
"ayahs": 45,
"slug": "fatir",
"codepoints": [
1601,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Ya-Sin",
"translated_name": "Ya Sin",
"verse_count": 83,
"ayahs": 83,
"slug": "ya-sin",
"codepoints": [
1610,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "As-Saffat",
"translated_name": "Those who set the Ranks",
"verse_count": 182,
"ayahs": 182,
"slug": "as-saffat",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Sad",
"translated_name": "The Letter \"Saad\"",
"verse_count": 88,
"ayahs": 88,
"slug": "sad",
"codepoints": [
1589

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Az-Zumar",
"translated_name": "The Troops",
"verse_count": 75,
"ayahs": 75,
"slug": "az-zumar",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "An-Nisa",
"translated_name": "The Women",
"verse_count": 176,
"ayahs": 176,
"slug": "an-nisa",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Ghafir",
"translated_name": "The Forgiver",
"verse_count": 85,
"ayahs": 85,
"slug": "ghafir",
"codepoints": [
1594,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Fussilat",
"translated_name": "Explained in Detail",
"verse_count": 54,
"ayahs": 54,
"slug": "fussilat",
"codepoints": [
1601,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Ash-Shuraa",
"translated_name": "The Consultation",
"verse_count": 53,
"ayahs": 53,
"slug": "ash-shuraa",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Az-Zukhruf",
"translated_name": "The Ornaments of Gold",
"verse_count": 89,
"ayahs": 89,
"slug": "az-zukhruf",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Ad-Dukhan",
"translated_name": "The Smoke",
"verse_count": 59,
"ayahs": 59,
"slug": "ad-dukhan",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Jathiyah",
"translated_name": "The Crouching",
"verse_count": 37,
"ayahs": 37,
"slug": "al-jathiyah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Ahqaf",
"translated_name": "The Wind-Curved Sandhills",
"verse_count": 35,
"ayahs": 35,
"slug": "al-ahqaf",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Muhammad",
"translated_name": "Muhammad",
"verse_count": 38,
"ayahs": 38,
"slug": "muhammad",
"codepoints": [
1605,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Fath",
"translated_name": "The Victory",
"verse_count": 29,
"ayahs": 29,
"slug": "al-fath",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Hujurat",
"translated_name": "The Rooms",
"verse_count": 18,
"ayahs": 18,
"slug": "al-hujurat",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Ma'idah",
"translated_name": "The Table Spread",
"verse_count": 120,
"ayahs": 120,
"slug": "al-maidah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Qaf",
"translated_name": "The Letter \"Qaf\"",
"verse_count": 45,
"ayahs": 45,
"slug": "qaf",
"codepoints": [
1602

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Adh-Dhariyat",
"translated_name": "The Winnowing Winds",
"verse_count": 60,
"ayahs": 60,
"slug": "adh-dhariyat",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "At-Tur",
"translated_name": "The Mount",
"verse_count": 49,
"ayahs": 49,
"slug": "at-tur",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "An-Najm",
"translated_name": "The Star",
"verse_count": 62,
"ayahs": 62,
"slug": "an-najm",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Qamar",
"translated_name": "The Moon",
"verse_count": 55,
"ayahs": 55,
"slug": "al-qamar",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Ar-Rahman",
"translated_name": "The Beneficent",
"verse_count": 78,
"ayahs": 78,
"slug": "ar-rahman",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Waqi'ah",
"translated_name": "The Inevitable",
"verse_count": 96,
"ayahs": 96,
"slug": "al-waqiah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Hadid",
"translated_name": "The Iron",
"verse_count": 29,
"ayahs": 29,
"slug": "al-hadid",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Mujadila",
"translated_name": "The Pleading Woman",
"verse_count": 22,
"ayahs": 22,
"slug": "al-mujadila",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Hashr",
"translated_name": "The Exile",
"verse_count": 24,
"ayahs": 24,
"slug": "al-hashr",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-An'am",
"translated_name": "The Cattle",
"verse_count": 165,
"ayahs": 165,
"slug": "al-anam",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Mumtahanah",
"translated_name": "She that is to be examined",
"verse_count": 13,
"ayahs": 13,
"slug": "al-mumtahanah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "As-Saf",
"translated_name": "The Ranks",
"verse_count": 14,
"ayahs": 14,
"slug": "as-saf",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Jumu'ah",
"translated_name": "The Congregation, Friday",
"verse_count": 11,
"ayahs": 11,
"slug": "al-jumuah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Munafiqun",
"translated_name": "The Hypocrites",
"verse_count": 11,
"ayahs": 11,
"slug": "al-munafiqun",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "At-Taghabun",
"translated_name": "The Mutual Disillusion",
"verse_count": 18,
"ayahs": 18,
"slug": "at-taghabun",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "At-Talaq",
"translated_name": "The Divorce",
"verse_count": 12,
"ayahs": 12,
"slug": "at-talaq",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "At-Tahrim",
"translated_name": "The Prohibition",
"verse_count": 12,
"ayahs": 12,
"slug": "at-tahrim",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Mulk",
"translated_name": "The Sovereignty",
"verse_count": 30,
"ayahs": 30,
"slug": "al-mulk",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Qalam",
"translated_name": "The Pen",
"verse_count": 52,
"ayahs": 52,
"slug": "al-qalam",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Haqqah",
"translated_name": "The Reality",
"verse_count": 52,
"ayahs": 52,
"slug": "al-haqqah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-A'raf",
"translated_name": "The Heights",
"verse_count": 206,
"ayahs": 206,
"slug": "al-araf",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Ma'arij",
"translated_name": "The Ascending Stairways",
"verse_count": 44,
"ayahs": 44,
"slug": "al-maarij",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Nuh",
"translated_name": "Noah",
"verse_count": 28,
"ayahs": 28,
"slug": "nuh",
"codepoints": [
1606,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Jinn",
"translated_name": "The Jinn",
"verse_count": 28,
"ayahs": 28,
"slug": "al-jinn",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Muzzammil",
"translated_name": "The Enshrouded One",
"verse_count": 20,
"ayahs": 20,
"slug": "al-muzzammil",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Muddaththir",
"translated_name": "The Cloaked One",
"verse_count": 56,
"ayahs": 56,
"slug": "al-muddaththir",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Qiyamah",
"translated_name": "The Resurrection",
"verse_count": 40,
"ayahs": 40,
"slug": "al-qiyamah",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Insan",
"translated_name": "The Man",
"verse_count": 31,
"ayahs": 31,
"slug": "al-insan",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Mursalat",
"translated_name": "The Emissaries",
"verse_count": 50,
"ayahs": 50,
"slug": "al-mursalat",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "An-Naba",
"translated_name": "The Tidings",
"verse_count": 40,
"ayahs": 40,
"slug": "an-naba",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "An-Nazi'at",
"translated_name": "Those who drag forth",
"verse_count": 46,
"ayahs": 46,
"slug": "an-naziat",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "madinah",
"transliterated_name": "Al-Anfal",
"translated_name": "The Spoils of War",
"verse_count": 75,
"ayahs": 75,
"slug": "al-anfal",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "'Abasa",
"translated_name": "He Frowned",
"verse_count": 42,
"ayahs": 42,
"slug": "abasa",
"codepoints": [
1593,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "At-Takwir",
"translated_name": "The Overthrowing",
"verse_count": 29,
"ayahs": 29,
"slug": "at-takwir",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Infitar",
"translated_name": "The Cleaving",
"verse_count": 19,
"ayahs": 19,
"slug": "al-infitar",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Mutaffifin",
"translated_name": "The Defrauding",
"verse_count": 36,
"ayahs": 36,
"slug": "al-mutaffifin",
"codepoints": [
1575,

View file

@ -4,7 +4,7 @@
"place_of_revelation": "makkah",
"transliterated_name": "Al-Inshiqaq",
"translated_name": "The Sundering",
"verse_count": 25,
"ayahs": 25,
"slug": "al-inshiqaq",
"codepoints": [
1575,

Some files were not shown because too many files have changed in this diff Show more