diff --git a/core_functions/tafaseer.py b/core_functions/tafaseer.py index e4a5a55..428bb14 100644 --- a/core_functions/tafaseer.py +++ b/core_functions/tafaseer.py @@ -9,6 +9,7 @@ class Category: baghawy = "baghawy" jalalayn = "jalalayn" katheer = "katheer" + mukhtasar = "mukhtasar" muyassar = "muyassar" qortoby = "qortoby" sa3dy = "sa3dy" @@ -18,6 +19,7 @@ class Category: "البغوي": baghawy, "الجلالين": jalalayn, "ابن كثير": katheer, + "المختصر في التفسير": mukhtasar, "الميسر": muyassar, "القرطبي": qortoby, "السعدي": sa3dy, diff --git a/database/tafaseer/how to use.txt b/database/tafaseer/how to use.txt index 11ba12e..5009183 100644 --- a/database/tafaseer/how to use.txt +++ b/database/tafaseer/how to use.txt @@ -3,4 +3,7 @@ e.g: tafsir_1 tafsir_2 ... these tables have the columns: -text (tafsir text), number (aya number in quran), numberInSurah (aya number in surah) \ No newline at end of file +text (tafsir text), number (aya number in quran), numberInSurah (aya number in surah) + +mukhtasar.db: المختصر في التفسير - sourced from Tafsir Center for Quranic Studies (tafsir.net) +CC BY 4.0 license - attribution required: "Tafsir Center for Quranic Studies (https://tafsir.net)" \ No newline at end of file diff --git a/database/tafaseer/mukhtasar.db b/database/tafaseer/mukhtasar.db new file mode 100644 index 0000000..98dfd76 Binary files /dev/null and b/database/tafaseer/mukhtasar.db differ