{ if (sourceLang.trim() === '') sourceLang = 'auto detect language' }, 200)"
@input="isSourceLangDropdownOpen = true"
placeholder="Type source language...">
{ if (targetLangQuery.trim() === '') { targetLangQuery = previousTargetLangQuery; } }, 200)"
@input="isLangDropdownOpen = true; targetLang = translationLangs.find(l => l.toLowerCase() === $event.target.value.toLowerCase()) || targetLang"
placeholder="Select or type a language...">
Mass Translation
Writing Assistant
Select language, target format, and transform your text with a single click.
{ if (writingAssistantLanguage.trim() === '') { writingAssistantLanguage = previousWritingAssistantLanguage || 'Keep Language'; } }, 200)"
@input="isWaLangDropdownOpen = true"
placeholder="Type a language...">
Tone of Voice
Provide an example text that reflects the desired writing style. The AI will try to match this tone in its translations.
Translation Rules
Add specific instructions for the AI translator.
Multi-Language Glossary
Manage terms for consistent translations.