mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
Better default settings for Japanese
This commit is contained in:
parent
a033327b93
commit
e847bb33d5
@ -479,6 +479,7 @@ posting:
|
|||||||
min: 1
|
min: 1
|
||||||
default: 20
|
default: 20
|
||||||
locale_default:
|
locale_default:
|
||||||
|
ja: 8
|
||||||
zh_CN: 8
|
zh_CN: 8
|
||||||
zh_TW: 8
|
zh_TW: 8
|
||||||
min_first_post_length:
|
min_first_post_length:
|
||||||
@ -486,6 +487,7 @@ posting:
|
|||||||
min: 1
|
min: 1
|
||||||
default: 20
|
default: 20
|
||||||
locale_default:
|
locale_default:
|
||||||
|
ja: 8
|
||||||
zh_CN: 8
|
zh_CN: 8
|
||||||
zh_TW: 8
|
zh_TW: 8
|
||||||
min_personal_message_post_length:
|
min_personal_message_post_length:
|
||||||
@ -493,6 +495,7 @@ posting:
|
|||||||
min: 1
|
min: 1
|
||||||
default: 10
|
default: 10
|
||||||
locale_default:
|
locale_default:
|
||||||
|
ja: 3
|
||||||
zh_CN: 3
|
zh_CN: 3
|
||||||
zh_TW: 3
|
zh_TW: 3
|
||||||
max_post_length:
|
max_post_length:
|
||||||
@ -513,6 +516,7 @@ posting:
|
|||||||
default: 15
|
default: 15
|
||||||
min: 1
|
min: 1
|
||||||
locale_default:
|
locale_default:
|
||||||
|
ja: 6
|
||||||
zh_CN: 6
|
zh_CN: 6
|
||||||
zh_TW: 6
|
zh_TW: 6
|
||||||
max_topic_title_length:
|
max_topic_title_length:
|
||||||
@ -529,7 +533,7 @@ posting:
|
|||||||
allow_uppercase_posts:
|
allow_uppercase_posts:
|
||||||
default: false
|
default: false
|
||||||
locale_default:
|
locale_default:
|
||||||
ja: false
|
ja: true
|
||||||
title_prettify:
|
title_prettify:
|
||||||
default: true
|
default: true
|
||||||
locale_default:
|
locale_default:
|
||||||
@ -551,6 +555,7 @@ posting:
|
|||||||
client: true
|
client: true
|
||||||
default: 10
|
default: 10
|
||||||
locale_default:
|
locale_default:
|
||||||
|
ja: 4
|
||||||
zh_CN: 4
|
zh_CN: 4
|
||||||
zh_TW: 4
|
zh_TW: 4
|
||||||
enable_personal_messages:
|
enable_personal_messages:
|
||||||
@ -629,6 +634,7 @@ posting:
|
|||||||
post_excerpt_maxlength:
|
post_excerpt_maxlength:
|
||||||
default: 300
|
default: 300
|
||||||
locale_default:
|
locale_default:
|
||||||
|
ja: 120
|
||||||
zh_CN: 120
|
zh_CN: 120
|
||||||
zh_TW: 120
|
zh_TW: 120
|
||||||
show_pinned_excerpt_mobile:
|
show_pinned_excerpt_mobile:
|
||||||
@ -733,6 +739,7 @@ email:
|
|||||||
digest_min_excerpt_length:
|
digest_min_excerpt_length:
|
||||||
default: 100
|
default: 100
|
||||||
locale_default:
|
locale_default:
|
||||||
|
ja: 50
|
||||||
zh_CN: 50
|
zh_CN: 50
|
||||||
zh_TW: 50
|
zh_TW: 50
|
||||||
digest_topics:
|
digest_topics:
|
||||||
@ -1160,6 +1167,7 @@ onebox:
|
|||||||
post_onebox_maxlength:
|
post_onebox_maxlength:
|
||||||
default: 500
|
default: 500
|
||||||
locale_default:
|
locale_default:
|
||||||
|
ja: 200
|
||||||
zh_CN: 200
|
zh_CN: 200
|
||||||
zh_TW: 200
|
zh_TW: 200
|
||||||
onebox_domains_blacklist:
|
onebox_domains_blacklist:
|
||||||
@ -1458,6 +1466,7 @@ uncategorized:
|
|||||||
default: 'ascii'
|
default: 'ascii'
|
||||||
enum: 'SlugSetting'
|
enum: 'SlugSetting'
|
||||||
locale_default:
|
locale_default:
|
||||||
|
ja: 'none'
|
||||||
zh_CN: 'none'
|
zh_CN: 'none'
|
||||||
zh_TW: 'none'
|
zh_TW: 'none'
|
||||||
|
|
||||||
@ -1601,6 +1610,7 @@ uncategorized:
|
|||||||
default: 500
|
default: 500
|
||||||
client: true
|
client: true
|
||||||
locale_default:
|
locale_default:
|
||||||
|
ja: 350
|
||||||
zh_CN: 350
|
zh_CN: 350
|
||||||
zh_TW: 350
|
zh_TW: 350
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user