make site setting for read time word count per minute

This commit is contained in:
Arpit Jalan
2015-12-30 12:15:17 +05:30
parent 736cbf3d2d
commit 51ced7aeae
4 changed files with 8 additions and 3 deletions

View File

@@ -1169,6 +1169,8 @@ en:
automatically_unpin_topics: "Automatically unpin topics when the user reaches the bottom."
read_time_word_count: "Word count per minute for calculating estimated reading time."
full_name_required: "Full name is a required field of a user's profile."
enable_names: "Show the user's full name on their profile, user card, and emails. Disable to hide full name everywhere."
display_name_on_posts: "Show a user's full name on their posts in addition to their @username."

View File

@@ -1029,6 +1029,10 @@ uncategorized:
default: true
client: true
read_time_word_count:
default: 500
client: true
user_preferences:
default_email_digest_frequency:
enum: 'DigestEmailSiteSetting'