mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(post-form): enforce required post link board rules
Validate link and media requirements from community/directory features in post and reply forms, with shared helpers and translated alert messages.
This commit is contained in:
@@ -443,5 +443,7 @@
|
||||
"settings_upgrade_review_notice": "설정 업그레이드 사용 가능",
|
||||
"settings_upgrade_review_button": "검토",
|
||||
"settings_upgrade_never_show_again": "다시 표시하지 않기",
|
||||
"site_legal_meta_contributors_link": "기여자"
|
||||
"site_legal_meta_contributors_link": "기여자",
|
||||
"post_link_required_alert": "링크를 게시해야 합니다.",
|
||||
"post_media_link_required_alert": "이미지 또는 동영상 링크를 게시해야 합니다."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user