Skip to content

Commit 5fc2106

Browse files
committed
chore: update dev demo
1 parent 85c5c2a commit 5fc2106

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dev-demo/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ export const admin = new AdminForth({
184184
icon: 'material-symbols:translate',
185185
resourceId: 'translations',
186186
},
187+
{
188+
label: 'Background Jobs',
189+
icon: 'flowbite:briefcase-solid',
190+
resourceId: 'jobs',
191+
}
187192
],
188193
});
189194

dev-demo/resources/translations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default {
4141
model: 'gpt-5-mini',
4242
}),
4343
// translateLangAsBCP47Code: {sr: 'sr-Cyrl'},
44+
parallelTranslationLimit: 1
4445
}),
4546

4647
],

0 commit comments

Comments
 (0)