feat(reply modal): add content length check, better error display

This commit is contained in:
Tom (plebeius.eth)
2025-01-31 23:38:07 +01:00
parent 7ebe6c9c00
commit d861f894f1
36 changed files with 130 additions and 42 deletions
+3 -1
View File
@@ -262,5 +262,7 @@
"no_file_chosen": "ไม่มีไฟล์ที่เลือก",
"error": "ข้อผิดพลาด",
"vote": "โหวต",
"warning": "คำเตือน"
"warning": "คำเตือน",
"comment_field_too_long": "คอมเมนต์ยาวเกินไป ({{length}}/2000)",
"field_too_long": "ฟิลด์ยาวเกินไป"
}