Skip to content

Commit

Permalink
Merge pull request #914 from AI4Bharat/googleDrive
Browse files Browse the repository at this point in the history
add Nepali to transcription languages list
  • Loading branch information
aparna-aa authored Oct 7, 2024
2 parents 403fba3 + 11d8a07 commit 8f66376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/transcript/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
("te", "Telugu"),
("sa", "Sanskrit"),
("ur", "Urdu"),
("ne", "Nepali"),
]

TRANSCRIPTION_SUPPORTED_LANGUAGES = {
Expand All @@ -29,4 +30,5 @@
"Tamil": "ta",
"Telugu": "te",
"Urdu": "ur",
"Nepali": "ne",
}

0 comments on commit 8f66376

Please sign in to comment.