diff --git a/app/listings/new/page.tsx b/app/listings/new/page.tsx index 3f72b02..1db8286 100644 --- a/app/listings/new/page.tsx +++ b/app/listings/new/page.tsx @@ -149,6 +149,7 @@ export default function NewListingPage() { 'Preserve meaning, tone, numbers, and any markup.', 'Return valid JSON only with the same keys.', 'Fill missing translations; keep existing text unchanged.', + 'Leave out the task part from output', ], sourceLocale: currentLocale, targetLocales: SUPPORTED_LOCALES.filter((loc) => loc !== currentLocale),