Skip to content

Commit

Permalink
Merge pull request #9 from Dnyanesh-Bachhav/main
Browse files Browse the repository at this point in the history
Telugu card added...
  • Loading branch information
1447bits authored Oct 28, 2023
2 parents b7fd097 + 531357c commit 11584db
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
6 changes: 4 additions & 2 deletions langhub/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"/language-card-details/HINDI.json",
"/language-card-details/MARATHI_ENGLISH.json",
"/language-card-details/MARATHI.json",
"/language-card-details/sample-json-template.json"
"/language-card-details/sample-json-template.json",
"/language-card-details/ABOUT_TELUGU.json",
"/language-card-details/ABOUT_TAMIL.json"
]
}
}
23 changes: 23 additions & 0 deletions langhub/language-card-details/ABOUT_TAMIL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"language": "About Telugu",
"languagedesc": "Tamil, one of the world's oldest and most vibrant Dravidian languages, boasts a rich cultural heritage and a unique script that has captivated the hearts of millions for millennia.",
"expandedview": {
"total_number_of_words": "1",
"total_number_of_sentences": "0",
"words": [
{
"word": "திரைப்படம்",
"details": {
"meaning": "movie",
"Synonyms": [
"film",
"picture"
],
"other_information": ""
}
}

]

}
}
23 changes: 23 additions & 0 deletions langhub/language-card-details/ABOUT_TELUGU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"language": "About Telugu",
"languagedesc": "Telugu language - a prominent language in South India, known for its extensive usage and rich linguistic heritage.",
"expandedview": {
"total_number_of_words": "1",
"total_number_of_sentences": "0",
"words": [
{
"word": "సమాచారం",
"details": {
"meaning": "information",
"Synonyms": [
"facts",
"knowledge"
],
"other_information": ""
}
}

]

}
}

0 comments on commit 11584db

Please sign in to comment.