fawazahmed0 / quran-api

Free Quran API Service with 90+ different languages and 400+ translations
The Unlicense
630 stars 113 forks source link

remove duplicated translations #30

Closed fawazahmed0 closed 1 year ago

fawazahmed0 commented 2 years ago

maybe checking using elastic search or something

njmulsqb commented 1 year ago

Can you please elaborate the issue a bit more, I might take this! @fawazahmed0

fawazahmed0 commented 1 year ago

The editions has few duplicates(i.e same translation is stored in multiple editions ). For example deu-asfbubenheimand is duplicate of deu-frankbubenheima . If you can give me a list of all dupilcates, that should help. I will remove the duplicates and keeping only one original copy

Shahzadworld commented 1 year ago

The editions has few duplicates(i.e same translation is stored in multiple editions ). For example deu-asfbubenheimand is duplicate of deu-frankbubenheima . If you can give me a list of all dupilcates, that should help. I will remove the duplicates and keeping only one original copy

Assalamualaikum friends, I hope you are doing well. My name is Mohammad Shahzad, I am 20 years old. I have spent the last two years composing the complete translation and interpretation of the Holy Quran in MS Word. Now I wish to include it in the "API" of Quran. I want to add it with another script. I have no knowledge of coding. But if someone guides me, I can work hard.

Please friends help me in this good work. JzakAllah

jazimabbas commented 1 year ago

I have a question. Please help me out. I can see all the text is stored in this github repository. There is no external database or external file system where you are putting all "Quran" text. How is this working. Thanks in advance.

jazimabbas commented 1 year ago

Please guide me. I want to contribute to this project.

fawazahmed0 commented 1 year ago

I can see all the text is stored in this github repository.

Yes, all the api files are stored in this repo, and these files are served using jsdelivr

fawazahmed0 commented 1 year ago

Removing the duplicated translations may introduce breaking changes for others. So it might be better not to remove duplicated translations.