fix(post form): respect reply link rules

This commit is contained in:
Tommaso Casaburi
2026-06-29 09:55:55 +07:00
parent 3b3a5a5e6c
commit 69ba4ace7a
42 changed files with 476 additions and 93 deletions
+4 -1
View File
@@ -465,5 +465,8 @@
"site_legal_meta_contributors_link": "Contributors",
"post_link_required_alert": "You must post a link.",
"post_media_link_required_alert": "You must post an image or video link.",
"post_form_code_tags_prompt": "You may highlight syntax and preserve whitespace by using [code] tags."
"post_form_code_tags_prompt": "You may highlight syntax and preserve whitespace by using [code] tags.",
"reply_link_required_alert": "You must reply with a link.",
"reply_media_link_required_alert": "You must reply with an image or video link.",
"reply_links_not_allowed_alert": "Reply links are not allowed on this board."
}