Skip to content

Commit

Permalink
feat: add hindi language translation for i18n support (#2001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajaykumbhare committed Jul 22, 2023
1 parent 1182545 commit 55975a4
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/user_setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ var (
"en",
"es",
"fr",
"hi",
"hr",
"it",
"ja",
Expand Down
1 change: 1 addition & 0 deletions web/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const availableLocales = [
"en",
"es",
"fr",
"hi",
"hr",
"it",
"ja",
Expand Down
Loading

0 comments on commit 55975a4

Please sign in to comment.