Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in author name for Tafheem ul Quran #635

Open
bug-author opened this issue Aug 2, 2023 · 0 comments
Open

typo in author name for Tafheem ul Quran #635

bug-author opened this issue Aug 2, 2023 · 0 comments

Comments

@bug-author
Copy link

AoA. I was on Quran.com and I noticed that the author name for Tafhim Ul Quran has some typos. It should be Syed Abul A'la Maududi not Abu Ali.

image

The data comes from this request at this endpoint https://api.qurancdn.com/api/qdc/resources/translations?language=en. The issue lies in id 97 of response.

{
   "translations":[
      "...",
      {
         "id":97,
         "name":"Tafheem e Qur'an - Syed Abu Ali Maududi",
         "author_name":"Syed Abu Ali Maududi",
         "slug":"ur-al-maududi",
         "language_name":"urdu",
         "translated_name":{
            "name":"Tafheem e Qur'an - Syed Abu Ali Maududi",
            "language_name":"english"
         }
      },
      "..."
   ]
}

I spent quite some time going through the codebase for Quran.com and quran.com-api but I haven't been able to find and fix the issue. (probably because I have no experience with Ruby, my only guess is that the data comes from db which isn't part of the codebase)

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

No branches or pull requests

1 participant