DEV: Add site setting for Discourse Discover (#25266)

This commit is contained in:
Penar Musaraj 2024-01-16 13:39:25 -05:00 committed by GitHub
parent 1f81e8d857
commit d7a341c965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -1754,6 +1754,7 @@ en:
log_out_strict: "When logging out, log out ALL sessions for the user on all devices" log_out_strict: "When logging out, log out ALL sessions for the user on all devices"
version_checks: "Ping the Discourse Hub for version updates and show new version messages on the <a href='%{base_path}/admin' target='_blank'>/admin</a> dashboard" version_checks: "Ping the Discourse Hub for version updates and show new version messages on the <a href='%{base_path}/admin' target='_blank'>/admin</a> dashboard"
new_version_emails: "Send an email to the contact_email address when a new version of Discourse is available." new_version_emails: "Send an email to the contact_email address when a new version of Discourse is available."
include_in_discourse_discover: "Let CDCK, Inc. (“Discourse”) feature this community on the Discover page and in Discourse marketing materials. By doing so, you will share community metadata and anonymized usage statistics with Discourse. Please note that the promotion of communities is at Discourses discretion."
invite_expiry_days: "How long user invitation keys are valid, in days" invite_expiry_days: "How long user invitation keys are valid, in days"

View File

@ -2534,6 +2534,8 @@ uncategorized:
version_checks: version_checks:
client: true client: true
default: true default: true
include_in_discourse_discover:
default: false
new_version_emails: true new_version_emails: true
send_welcome_message: true send_welcome_message: true