mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: verbose localization option
This commit is contained in:
@@ -799,6 +799,7 @@ en:
|
||||
s3_backup_bucket: "The remote bucket to hold backups. WARNING: Make sure it is a private bucket."
|
||||
|
||||
active_user_rate_limit_secs: "How frequently we update the 'last_seen_at' field, in seconds"
|
||||
verbose_localization: "Show extended localization tips in the UI"
|
||||
previous_visit_timeout_hours: "How long a visit lasts before we consider it the 'previous' visit, in hours"
|
||||
|
||||
rate_limit_create_topic: "After creating a topic, users must wait (n) seconds before creating another topic."
|
||||
|
||||
@@ -594,6 +594,9 @@ developer:
|
||||
client: true
|
||||
default: 5
|
||||
active_user_rate_limit_secs: 60
|
||||
verbose_localization:
|
||||
default: false
|
||||
client: true
|
||||
|
||||
embedding:
|
||||
embeddable_host: ''
|
||||
|
||||
Reference in New Issue
Block a user