We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c5c2a commit 5fc2106Copy full SHA for 5fc2106
dev-demo/index.ts
@@ -184,6 +184,11 @@ export const admin = new AdminForth({
184
icon: 'material-symbols:translate',
185
resourceId: 'translations',
186
},
187
+ {
188
+ label: 'Background Jobs',
189
+ icon: 'flowbite:briefcase-solid',
190
+ resourceId: 'jobs',
191
+ }
192
],
193
});
194
dev-demo/resources/translations.ts
@@ -41,6 +41,7 @@ export default {
41
model: 'gpt-5-mini',
42
}),
43
// translateLangAsBCP47Code: {sr: 'sr-Cyrl'},
44
+ parallelTranslationLimit: 1
45
46
47
0 commit comments