mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 11:07:24 +08:00
FIX: a temporary fix when CJK user tries to add a long title (#7045)
Discourse doesn't analyze the sentence components. So it counts the whole sentence as a word for CJK. https://meta.discoursecn.org/t/topic/3033
This commit is contained in:
parent
d1c4981f65
commit
bd2edbb243
@ -691,7 +691,13 @@ posting:
|
||||
max_users_notified_per_group_mention: 100
|
||||
newuser_max_replies_per_topic: 3
|
||||
newuser_max_mentions_per_post: 2
|
||||
title_max_word_length: 30
|
||||
title_max_word_length:
|
||||
default: 30
|
||||
locale_default:
|
||||
ja: 50
|
||||
ko: 50
|
||||
zh_CN: 50
|
||||
zh_TW: 50
|
||||
whitelisted_link_domains:
|
||||
default: ""
|
||||
type: list
|
||||
|
Loading…
x
Reference in New Issue
Block a user