Skip to content

Commit

Permalink
feat(admin-ui): added the language in i18
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwalkumar17 committed Oct 26, 2023
1 parent a3b6f61 commit afa0629
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/admin-ui/ui/src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ export const supportedLanguages = [
{
locale: "bs",
name: "Bosanski",
},
{
locale: "tm",
name: "Tamil",
}
]

Expand Down

0 comments on commit afa0629

Please sign in to comment.