Skip to content

Commit

Permalink
add hindi (#5100)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs authored Jan 3, 2024
1 parent c2fe974 commit e1e3430
Show file tree
Hide file tree
Showing 3 changed files with 1,213 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ const languages = [
{ lang: "ru", code: "ru" },
{ lang: "vi", code: "vi" },
{ lang: "iw", code: "iw" },
{ lang: "hi", code: "hi" },
];

languages.forEach(async ({ lang, code }) => {
Expand Down
Loading

0 comments on commit e1e3430

Please sign in to comment.