Skip to content

Commit

Permalink
Add Tamil language
Browse files Browse the repository at this point in the history
Update getLanguageName.ts
  • Loading branch information
adib-yg committed Jun 20, 2024
1 parent 4046246 commit 5a4cf31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/utils/getLanguageName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const missingLanguages: Record<string, string> = {
"zh-tw": "繁體中文",
"zh-cn": "简体中文",
"ar": "العربية",
"pt-BR": "Português do Brasil"
"pt-BR": "Português do Brasil",
"ta": "தமிழ்"
};

const getLanguageName = (short: string) =>
Expand Down

0 comments on commit 5a4cf31

Please sign in to comment.