English to Tamil Converter

Type in English letters and see real-time conversion to Tamil script.

📝 Type in English
0 characters
Translating...
Final conversion to Tamil format applied.

How to Use - எப்படி உபயோகிப்பது

×

🎯 Getting Started

This tool converts English text (typed phonetically) into Tamil script.

📝 How to Type

  • Suggestions: Start typing in English (e.g., *vanakkam*). Suggestions will appear above the text area.
  • Conversion: When you press Spacebar or Enter, the English word you just typed will be converted to the top Tamil translation.
  • Use Suggestions: Click any blue suggestion chip (including the original English word) to insert it followed by a space.
  • Pasting Text: You can paste English text. The conversion of pasted words happens when you type a space/enter after them.
  • Final Conversion Button: Click the 'Apply Final Conversion' button to apply any final formatting.

🎯 தொடங்குதல்

இந்த கருவி ஆங்கில உரையை (ஒலிப்பு முறையில் தட்டச்சு செய்யப்பட்டது) Tamil ஸ்கிரிப்டாக மாற்றுகிறது.

📝 தட்டச்சு செய்வது எப்படி

  • பரிந்துரைகள்: ஆங்கிலத்தில் தட்டச்சு செய்யத் தொடங்குங்கள் (உதாரணமாக *vanakkam*). பரிந்துரைகள் உரை பகுதிக்கு மேலே தோன்றும்.
  • மாற்றம்: நீங்கள் ஸ்பேஸ்பார் அல்லது என்டர் அழுத்தும்போது, நீங்கள் தட்டச்சு செய்த ஆங்கில வார்த்தை மேல் Tamil மொழிபெயர்ப்பாக மாற்றப்படும்.
  • பரிந்துரைகளைப் பயன்படுத்தவும்: எந்தவொரு நீல பரிந்துரை சிப்பையும் (அசல் ஆங்கில வார்த்தை உட்பட) கிளிக் செய்தால், அது ஒரு இடைவெளியுடன் செருகப்படும்.
  • உரையை ஒட்டுதல்: நீங்கள் ஆங்கில உரையை ஒட்டலாம். ஒட்டப்பட்ட சொற்களுக்குப் பிறகு நீங்கள் ஸ்பேஸ்/என்டர் தட்டச்சு செய்யும் போது மாற்றம் நிகழ்கிறது.
  • இறுதி மாற்று பொத்தான்: இறுதி வடிவமைப்பைப் பயன்படுத்த 'Apply Final Conversion' பொத்தானைக் கிளிக் செய்யவும்.
'); printWindow.document.close(); setTimeout(() => { printWindow.print(); }, 250); }); clearBtn.addEventListener('click', () => { inputEditor.value = ''; suggestions.style.display = 'none'; // Hide suggestions inputEditor.style.marginTop = defaultEditorMarginTop; // Reset margin if(charCount) charCount.textContent = '0'; }); inputEditor.addEventListener('copy', (event) => { /* ... unchanged ... */ const selectedText = window.getSelection().toString(); if (selectedText && selectedText.length > 0) { showNotification('Text copied!'); } }); // --- Modal functionality (Unchanged) --- if (helpBtn && modal && closeBtn) { helpBtn.onclick = function() { modal.style.display = 'block'; } closeBtn.onclick = function() { modal.style.display = 'none'; } window.onclick = function(event) { if (event.target == modal) { modal.style.display = 'none'; } } document.querySelectorAll(tabClass).forEach(tab => { tab.addEventListener('click', () => { document.querySelectorAll(tabClass).forEach(t => t.classList.remove(activeTabClass)); document.querySelectorAll(tabContentClass).forEach(tc => tc.classList.remove(activeTabClass)); tab.classList.add(activeTabClass); const tabId = tab.getAttribute('data-tab'); document.getElementById(prefix + '-' + tabId).classList.add(activeTabClass); }); }); } })();

Menu