Skip to content

Commit 267ca81

Browse files
Fix oversight in Arabic translation
Added Arabic to the list of `validLanguages`. The original PR was submitted before this change was added.
1 parent 9da3ce9 commit 267ca81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/llama/+server.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ const validLanguages = [
2121
'korean',
2222
'france',
2323
'polish',
24-
'vietnamese'
24+
'vietnamese',
25+
'arabic'
2526
];
2627

2728
export async function POST({ request, platform }) {

0 commit comments

Comments
 (0)