mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 17:19:15 +08:00

This change-set allows setting different defaults for different locales. It also: - Adds extensive testing around site setting validation - raises deprecation error if site setting has the default property based on env - relocated site settings for dev and tests in the initializer - deprecated client_setting in the site setting's loading process - ensure it raises when a enum site setting being set - default_locale is promoted to `required` category. - fixes incorrect default setting and validation - fixes ensure type check for site settings - creates a benchmark for site setting - sets reasonable defaults for Chinese
9 lines
127 B
YAML
9 lines
127 B
YAML
search:
|
|
min_search_term_length:
|
|
client: true
|
|
default: 3
|
|
locale_default:
|
|
zh_CN: 2
|
|
zh_TW: 2
|
|
min: 2
|