Skip to content

Commit

Permalink
add farsi / persian (#6183)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs authored Aug 2, 2024
1 parent 324687b commit 27215f3
Show file tree
Hide file tree
Showing 5 changed files with 1,551 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/app/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ const languages = [
{ lang: "uk", code: "uk" },
{ lang: "vi", code: "vi" },
{ lang: "pl", code: "pl" },
{ lang: "fa", code: "fa" },
];

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

0 comments on commit 27215f3

Please sign in to comment.