translate interface text
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2025-05-19 01:22:20 +07:00
parent 52b2f7dde8
commit d6e8773797

View file

@ -202,10 +202,10 @@ function App() {
<div className="dialogue-box">
<div className="dialogue-text">
<strong>You:</strong> {transcript || <em>Say something</em>}
<strong>:</strong> {transcript || <em>ลองพดอะไรบางอยาง</em>}
</div>
<div className="dialogue-text">
<strong>Tutor:</strong> {aiReply || <em>Waiting for your question</em>}
<strong>วเตอร:</strong> {aiReply || <em>กำลงรอคำถามของค</em>}
</div>
</div>