Skip to content

Commit

Permalink
feat: ✨ added Hindi language option
Browse files Browse the repository at this point in the history
add Hindi language
  • Loading branch information
Gavin Brown authored and Gavin Brown committed Feb 12, 2024
1 parent 4fc9b6c commit 8e00bdf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/constants/src/web/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const GOOGLE_TRANSLATE_SELECT_LANGUAGES_CODES = [
'de',
'el',
'hu',
'hi',
'id',
'ga',
'it',
Expand Down Expand Up @@ -89,6 +90,12 @@ export const GOOGLE_TRANSLATE_SELECT_LANGUAGES: Language[] = [
cname: '希伯来语',
ename: 'Hebrew',
},
{
code: 'hi',
name: 'हिंदी',
cname: '印地语',
ename: 'Hindi',
},
{
code: 'hy',
name: 'Հայերեն',
Expand Down

0 comments on commit 8e00bdf

Please sign in to comment.