feat(reply modal): change displayName from name field, style focused inputs, translate title

This commit is contained in:
plebeius.eth
2024-04-29 14:26:02 +02:00
parent 05cc3c4174
commit 1e5c675e95
37 changed files with 110 additions and 74 deletions
+2 -1
View File
@@ -59,5 +59,6 @@
"comment_too_long": "ความคิดเห็นยาวเกินไป <1>คลิกที่นี่</1> เพื่อดูข้อความเต็ม.",
"replies_omitted": "ข้าม {{repliesCount}} คำตอบ <1>คลิกที่นี่</1> เพื่อดู.",
"replies_and_links_omitted": "ข้าม {{repliesCount}} คำตอบและ {{linksCount}} ลิงก์ <1>คลิกที่นี่</1> เพื่อดู.",
"thread_closed_alert": "กระทู้นี้ถูกปิด"
"thread_closed_alert": "กระทู้นี้ถูกปิด",
"reply_to_cid": "ตอบกลับ {{cid}}"
}