feat(translate): refonte du design de la page de traduction et du sélecteur de moteurs (Etapes 1-3)
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m12s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m12s
This commit is contained in:
@@ -147,6 +147,10 @@ export function useTranslationSubmit(): UseTranslationSubmitReturn {
|
||||
if (config.glossaryId) {
|
||||
formData.append('glossary_id', config.glossaryId);
|
||||
}
|
||||
// Translate images toggle
|
||||
if (config.translateImages !== undefined) {
|
||||
formData.append('translate_images', String(config.translateImages));
|
||||
}
|
||||
// System prompt from Context page (Pro only)
|
||||
const { settings } = await import('@/lib/store').then(m => m.useTranslationStore.getState());
|
||||
if (settings.systemPrompt?.trim()) {
|
||||
|
||||
Reference in New Issue
Block a user