Closed Srishtikumari2002 closed 2 years ago
Hey @Srishtikumari2002 This is really great and cool but there is one more thing that has to be done before merging this, this won't go to main because it has introduced a breaking change one thing that is missing is to remove the old transliterations, the english ones refer here
and we will have to merge current english transliterations from verse.json to transliterations file then we'll be good to roll out this as an update with multiple language support
Hey @Srishtikumari2002 This is really great and cool but there is one more thing that has to be done before merging this, this won't go to main because it has introduced a breaking change one thing that is missing is to remove the old transliterations, the english ones refer here
and we will have to merge current english transliterations from verse.json to transliterations file then we'll be good to roll out this as an update with multiple language support
basically what we need to do right now is to remove english transliterations from verse schema and to add that into transliterations schema, where all other languages are
Hey, I have cleaned the json data in feat--new-languages
branch of repo gita/gita
and made required changes into the code as well. I think now we are good to go for an update.
Hey, This works well, merging now so we can get this merged and get a we're ready for v2 :partying_face:
Description
I have added transliterations in the API. I have created a new model named
GitaTransliteration
inmodels/gita.py
and added schemas for the respective model inmodels/schemas.py
and have createdtransliterations.py
to add data in the databse from the github repo.feat--new-languages
branch ofgita/gita
repo for data.Type of change
Checklist: